修改前端页面

This commit is contained in:
2025-12-03 13:51:22 +08:00
parent 2234837deb
commit d6b698ca17
44 changed files with 15366 additions and 890 deletions
+5 -5
View File
@@ -21,11 +21,11 @@ export default ({ mode, command }) => {
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),
},
// 武术业务模块保留 /api 前缀
'/api': {
target: 'http://localhost:8123',
changeOrigin: true,
},
// // 武术业务模块保留 /api 前缀
// '/api': {
// target: 'http://localhost:8123',
// changeOrigin: true,
// },
},
},
resolve: {