This commit is contained in:
神仙都没用 2023-10-07 10:15:53 +08:00
parent d535d18317
commit e2e573844b

View File

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