diff --git a/.env.development b/.env.development index 81a5ed3ea..17b3bbde2 100644 --- a/.env.development +++ b/.env.development @@ -29,3 +29,6 @@ VITE_SOURCEMAP=false # 输出路径 VITE_OUT_DIR=dist + +# 自定义接口路径 +VITE_INTERFACE_URL='http://localhost:12080/magic/web/index.html' diff --git a/src/components/iFrame/src/IFrame.vue b/src/components/iFrame/src/IFrame.vue index 19de51a32..85b3e3c34 100644 --- a/src/components/iFrame/src/IFrame.vue +++ b/src/components/iFrame/src/IFrame.vue @@ -1,5 +1,6 @@ diff --git a/src/views/infra/customInterface/index.vue b/src/views/infra/customInterface/index.vue new file mode 100644 index 000000000..823aa1219 --- /dev/null +++ b/src/views/infra/customInterface/index.vue @@ -0,0 +1,23 @@ +