Commit f488d703 authored by zhijie.xue's avatar zhijie.xue

体验版使用测试环境的服务

parent 356617a7
......@@ -50,10 +50,10 @@ wepy.app({
});
},
onError(e) {
console.log('app onError', e);
console.error('app onError', e);
},
onUnhandledRejection(reason, promise) {
console.log('onUnhandledRejection', reason);
console.error('onUnhandledRejection', reason);
}
});
......
......@@ -5,7 +5,7 @@ const {miniProgram} = wx.getAccountInfoSync();
const baseApi = {
develop: 'https://luckii-qa.liangkebang.net',
trial: 'https://api-luckii.q-gp.com',
trial: 'https://luckii-qa.liangkebang.net',
release: 'https://api-luckii.q-gp.com'
};
const env = miniProgram.envVersion;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment