From 417a4a455ca746b44418b4ab4ac305aaad6cc1f2 Mon Sep 17 00:00:00 2001 From: zpc Date: Fri, 14 Mar 2025 09:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 16 ++++++++-------- manifest.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/main.js b/main.js index 85f08be..566b8fa 100644 --- a/main.js +++ b/main.js @@ -237,17 +237,17 @@ Vue.prototype.onBridgeReady = function(data) { } // 测试 -const baseUrl = 'https://testbaji.onelight.vip' - +const baseUrl = 'https://manghe.zpc-xy.com' +//20241114164139.png // 正式 // const baseUrl = 'https://bajiapi.onelight.vip' Vue.prototype.siteBaseUrl = baseUrl + '/api/' - -Vue.prototype.$z_img2 = baseUrl + '/zcq/' -Vue.prototype.$baseUrl = baseUrl -Vue.prototype.$img = url => baseUrl + '/static/web' + url -// Vue.prototype.$img1 = url => baseUrl + '/static/web' + url -Vue.prototype.$img1 = url => baseUrl + '/static/web/static/' + url +const imageBaseUrl="https://mh.shhuanmeng.com"; +Vue.prototype.$z_img2 =imageBaseUrl + '/zcq/' +Vue.prototype.$baseUrl = imageBaseUrl +Vue.prototype.$img = url => imageBaseUrl + '/static/web' + url +// Vue.prototype.$img1 = url => imageBaseUrl + '/static/web' + url +Vue.prototype.$img1 = url => imageBaseUrl + '/static/web/static/' + url Vue.prototype.$sys = () => uni.getSystemInfoSync() diff --git a/manifest.json b/manifest.json index 377f67b..edefc3b 100644 --- a/manifest.json +++ b/manifest.json @@ -127,7 +127,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx3dcc897ef3f95446", + "appid" : "wx595ec949c6efd72b", "setting" : { "urlCheck" : false, "es6" : false,