fix: 优化路由模式

This commit is contained in:
2025-11-28 22:40:22 +08:00
parent 81cae016c6
commit 6b42041201
11 changed files with 1532 additions and 0 deletions

7
vite.config.js Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
base: './',
})