feat: 注册域名修改

main
jcgitadmin 2026-06-28 10:21:19 +08:00
parent ecc8165f00
commit 68b4b50d42
2 changed files with 2 additions and 1 deletions

View File

@ -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) {

View File

@ -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)