优化构建流

This commit is contained in:
q
2025-07-10 19:12:15 +08:00
parent 517b6f8910
commit df2bfb6ac7
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import 'element-plus/dist/index.css'
import 'element-plus/theme-chalk/dark/css-vars.css'
import "vue3-json-viewer/dist/index.css";
import './styles/dark/css-vars.css'
import router from './router'
import router from './router/index.js'
const app = Vue.createApp(App)
app.use(router)