发布7.1.0

This commit is contained in:
icssoa 2024-01-25 21:51:55 +08:00
parent 897571c7ad
commit d6fff3cbf6

View File

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