Compare commits

...

1 Commits
main ... manghe

Author SHA1 Message Date
zpc
417a4a455c 修改域名 2025-03-14 09:46:40 +08:00
2 changed files with 9 additions and 9 deletions

16
main.js
View File

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

View File

@ -127,7 +127,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx3dcc897ef3f95446",
"appid" : "wx595ec949c6efd72b",
"setting" : {
"urlCheck" : false,
"es6" : false,