发布 7.1.0

This commit is contained in:
神仙都没用 2024-02-02 20:57:18 +08:00
parent 93afe3e00b
commit e8aab41aef
2 changed files with 2 additions and 3 deletions

View File

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

File diff suppressed because one or more lines are too long