20 lines
714 B
JavaScript
20 lines
714 B
JavaScript
//let OTHER_HOST='https://dev-wx.igandan.com'
|
|
let OTHER_HOST='https://wx.igandan.com'
|
|
//const app = getApp({allowDefault: true});
|
|
// if(app.globalData.apiHost && app.globalData.apiHost.indexOf('dev')>-1){
|
|
// OTHER_HOST='https://dev-wx.igandan.com'
|
|
// }else{
|
|
// OTHER_HOST='https://wx.igandan.com'
|
|
// }
|
|
// if(process.env.UNI_PLATFORM =="mp-weixin"){
|
|
// const { envVersion } = uni.getAccountInfoSync().miniProgram;
|
|
// if (envVersion == "release") {
|
|
// OTHER_HOST='https://wx.igandan.com'
|
|
// }else{
|
|
// OTHER_HOST='https://dev-wx.igandan.com'
|
|
// }
|
|
// }else{
|
|
// //OTHER_HOST='https://dev-wx.igandan.com'
|
|
// OTHER_HOST='https://wx.igandan.com'
|
|
// }
|
|
export default OTHER_HOST |