This commit is contained in:
神仙都没用 2023-09-28 17:36:33 +08:00
parent 4fa777159a
commit d535d18317
3 changed files with 5 additions and 3 deletions

View File

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

View File

@ -19,7 +19,8 @@ watch(
url.value = val.meta?.iframeUrl;
},
{
immediate: true
immediate: true,
deep: true
}
);

File diff suppressed because one or more lines are too long