chore(config): 更新应用版本号并调整配置
- 将 manifest.json 中的版本号从 1.0.55 更新为 1.0.56 - 在 manifest.json 中添加启动屏幕配置 useOriginalMsgbox - 移除 register.vue 中的调试日志输出 - 更新 request.js 中的测试服务器地址配置dev-2.0-mkmj
parent
ee3c3a9cd9
commit
920ad00815
|
|
@ -4,8 +4,8 @@
|
||||||
"appid" : "__UNI__97E1400",
|
"appid" : "__UNI__97E1400",
|
||||||
// 97E1400
|
// 97E1400
|
||||||
"description" : "秦港相关方",
|
"description" : "秦港相关方",
|
||||||
"versionName" : "1.0.55",
|
"versionName" : "1.0.56",
|
||||||
"versionCode" : 55,
|
"versionCode" : 56,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|
@ -100,6 +100,9 @@
|
||||||
"spotlight@3x" : "unpackage/res/icons/120x120.png"
|
"spotlight@3x" : "unpackage/res/icons/120x120.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"splashscreen" : {
|
||||||
|
"useOriginalMsgbox" : true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,6 @@ export default {
|
||||||
})
|
})
|
||||||
}, 2000)
|
}, 2000)
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
console.log(e)
|
|
||||||
uni.$u.toast(e.msg || '请补全必填项')
|
uni.$u.toast(e.msg || '请补全必填项')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
import refreshToken from "../api/refreshToken";
|
import refreshToken from "../api/refreshToken";
|
||||||
|
|
||||||
// let requestPath = 'http://192.168.0.102:8059/xgf_gwj_2.0/'; // 后台请求地址
|
// let requestPath = 'http://192.168.10.27:7013/xgf_gwj_2.0/'; // 后台请求地址
|
||||||
// let requestPath = 'http://127.0.0.1:8059/xgf_gwj_2.0/'; // 后台请求地址
|
|
||||||
let requestPath = 'https://skqhdg.porthebei.com:9006/xgf_gwj_2.0/'; // 后台请求地址
|
let requestPath = 'https://skqhdg.porthebei.com:9006/xgf_gwj_2.0/'; // 后台请求地址
|
||||||
// let requestPath = 'http://192.168.151.32:8151/xgf_gwj_2.0/'; // 后台请求地址
|
|
||||||
// let requestPath = 'https://qgxgf.qhdsafety.com/qa-prevention-xgf/'; // 外网地址
|
// let requestPath = 'https://qgxgf.qhdsafety.com/qa-prevention-xgf/'; // 外网地址
|
||||||
import store from '../store/index'
|
import store from '../store/index'
|
||||||
import {setRefreshToken} from "../api/api";
|
import {setRefreshToken} from "../api/api";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue