This commit is contained in:
2025-11-24 23:34:38 +08:00
7 changed files with 669 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ export const proxy = {
// 开发环境配置
dev: {
// 官方测试地址
target: "https://show.cool-admin.com/api",
target: "http://localhost:8001",
// 本地地址
// target: "http://127.0.0.1:8001",
changeOrigin: true,