This commit is contained in:
神仙都没用 2024-02-29 11:26:14 +08:00
parent b5bc3e0122
commit dae7e482d7

View File

@ -1,7 +1,6 @@
export const proxy = {
"/dev/": {
target: "https://test-admin.cool-js.cloud",
// target: "http://127.0.0.1:8001",
target: "http://127.0.0.1:8001",
changeOrigin: true,
rewrite: (path: string) => path.replace(/^\/dev/, "")
},