修改前端页面
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-03 13:51:22 +08:00
parent aa6facf13a
commit ab69968bda
44 changed files with 15366 additions and 890 deletions

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: {