添加团课详细页

This commit is contained in:
2026-06-05 15:35:05 +08:00
parent c8fa427379
commit c9aabf23f0
5 changed files with 918 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default defineConfig({
proxy: {
// 匹配所有 /api 开头的请求
'/api': {
target: 'http://localhost:8084', // 你的后端SpringBoot地址
target: 'http://192.168.5.15:8084', // 你的后端SpringBoot地址
changeOrigin: true, // 开启跨域伪装
// rewrite: (path) => path.replace(/^\/areyouok/, '')
// 举例:前端请求 /api/login → 代理成 http://localhost:8088/login