feat(frontend): 更新依赖和路由配置
- 更新 npm 依赖 (package.json) - 更新路由配置 (router/index.js) - 更新 Vite 构建配置 (vite.config.js) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,7 @@ export default defineConfig({
|
||||
}
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 3000,
|
||||
proxy: {
|
||||
'/api': {
|
||||
@@ -17,5 +18,8 @@ export default defineConfig({
|
||||
changeOrigin: true
|
||||
}
|
||||
}
|
||||
},
|
||||
build: {
|
||||
assetsDir: 'assets'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user