diff --git a/src/config/proxy.ts b/src/config/proxy.ts index 9d6c263..e703956 100644 --- a/src/config/proxy.ts +++ b/src/config/proxy.ts @@ -6,7 +6,7 @@ export const proxy = { }, "/prod/": { - target: "https://show.cool-admin.com", + target: "http://120.48.5.80:8001", changeOrigin: true, rewrite: (path: string) => path.replace(/^\/prod/, "/api") }