Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
417a4a455c |
16
main.js
16
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()
|
||||
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@
|
|||
"quickapp" : {},
|
||||
/* 小程序特有相关 */
|
||||
"mp-weixin" : {
|
||||
"appid" : "wx3dcc897ef3f95446",
|
||||
"appid" : "wx595ec949c6efd72b",
|
||||
"setting" : {
|
||||
"urlCheck" : false,
|
||||
"es6" : false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user