diff --git a/.env.base b/.env.base index cf433822..696d6b87 100644 --- a/.env.base +++ b/.env.base @@ -17,3 +17,6 @@ VITE_API_URL=/admin-api # 打包路径 VITE_BASE_PATH=/ + +# 商城H5会员端域名 +VITE_MALL_H5_DOMAIN=http://localhost:3000 diff --git a/.env.dev b/.env.dev index 9200ece2..ee3fa1cc 100644 --- a/.env.dev +++ b/.env.dev @@ -29,3 +29,6 @@ VITE_SOURCEMAP=false # 输出路径 VITE_OUT_DIR=dist + +# 商城H5会员端域名 +VITE_MALL_H5_DOMAIN=http://localhost:3000 diff --git a/src/components/DiyEditor/index.vue b/src/components/DiyEditor/index.vue index 1c0119fb..3b318f9e 100644 --- a/src/components/DiyEditor/index.vue +++ b/src/components/DiyEditor/index.vue @@ -15,7 +15,7 @@ - + @@ -119,6 +119,19 @@ + + +
+