@@ -1,8 +1,8 @@
// 应用全局配置
module.exports = {
- baseUrl: 'https://scanapi.dnzc.vip/',
- // baseUrl: 'http://192.168.1.157:8080/pg',
+ baseUrl: 'https://scanapi.dnzc.vip',
+ // baseUrl: 'http://127.0.0.1',
// 应用信息
@@ -89,12 +89,6 @@
})
return;
}
- if (this.status) {
- uni.redirectTo({
- url: '/pages/' + this.path + '/index/claim'
- })
- return;
- }
getScanData(this.scanCode).then(res => {
let url;