重构后端API和配置,新增仪表板数据接口并优化本地开发环境配置

This commit is contained in:
ylweng
2025-09-21 23:18:08 +08:00
parent 14aca938de
commit 5fc1a4fcb9
33 changed files with 2990 additions and 321 deletions

View File

@@ -27,7 +27,7 @@ export default defineConfig({
port: 3150,
proxy: {
'/api': {
target: 'https://webapi.jiebanke.com',
target: 'http://localhost:3200',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '/api/v1')
}