From b7be8c51bf4675a1a620e3e1a0b9a5eaea82c21f Mon Sep 17 00:00:00 2001 From: 27457 <2745757903@qq.com> Date: Thu, 27 Nov 2025 19:18:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/proxy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/proxy.ts b/config/proxy.ts index e70fae3..e20991a 100644 --- a/config/proxy.ts +++ b/config/proxy.ts @@ -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") }