初始化

This commit is contained in:
2025-11-27 19:18:42 +08:00
parent ef1bf698f4
commit b7be8c51bf

View File

@@ -12,7 +12,7 @@ export const proxy = {
// 生产环境配置
prod: {
// 官方测试地址
target: "https://show.cool-admin.com",
target: "http://127.0.0.1:8001",
changeOrigin: true,
rewrite: (path: string) => path.replace("/prod", "/api")
}