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,