From 784623724d7f37260440fea2c566d603f74f3577 Mon Sep 17 00:00:00 2001 From: owen Date: Thu, 7 Dec 2023 19:58:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E9=94=80=EF=BC=9A=E5=AE=8C=E5=96=84?= =?UTF-8?q?=E8=A3=85=E4=BF=AE=E7=BC=96=E8=BE=91=E5=99=A8=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.base | 3 ++ .env.dev | 3 ++ src/components/DiyEditor/index.vue | 40 +++++++++++++------ .../mall/promotion/diy/page/decorate.vue | 3 -- 4 files changed, 34 insertions(+), 15 deletions(-) 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 @@ + + +
+