From 68b4b50d42cf1971463bf7eb1443f16266392676 Mon Sep 17 00:00:00 2001 From: jcgitadmin Date: Sun, 28 Jun 2026 10:21:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B3=A8=E5=86=8C=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/boot/axios.js | 1 + src/pages/shop/ShopSharePage.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/boot/axios.js b/src/boot/axios.js index 28c9adc..f024c1a 100644 --- a/src/boot/axios.js +++ b/src/boot/axios.js @@ -62,6 +62,7 @@ service.interceptors.response.use( ); const api = { + registerDomain: 'https://www.dxzj8888.top/', domain: process.env.BASE_URL == '/'? (window.location.origin+'/') : process.env.BASE_URL, checkUpdate(){ if (!Platform.is.cordova) { diff --git a/src/pages/shop/ShopSharePage.vue b/src/pages/shop/ShopSharePage.vue index bb595d8..986379e 100644 --- a/src/pages/shop/ShopSharePage.vue +++ b/src/pages/shop/ShopSharePage.vue @@ -41,7 +41,7 @@ let size = Math.ceil(window.innerWidth*(window.devicePixelRatio||1)/2) size = Math.ceil(size/100)*100 const tabs = [{ name: '邀请彩民', - url: api.getQrcodeUrl(store.buyer.domain+'/register/index.html?shopsn='+store.shop.shop_sn,size) + url: api.getQrcodeUrl(api.registerDomain+'register/index.html?shopsn='+store.shop.shop_sn,size) // },{ // name: '彩民APP下载', // url: api.getQrcodeUrl('https://file.daxiangzj.com/client/app_download',size)