打包工具更换为vite

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 16:34:30 +08:00
co-authored by Copilot
parent 893cfe6a39
commit bcc09d7064
16 changed files with 1111 additions and 16421 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import store from '@/store'
import { router } from '@/router'
const http = axios.create({
baseURL: process.env.VUE_APP_API_BASE,
baseURL: import.meta.env.VUE_APP_API_BASE,
timeout: 10000,
paramsSerializer: {
indexes: null