@@ -25,7 +25,7 @@ export function request(config) {
// uEnvProd;生产模式,点击发行
if (process.env.NODE_ENV === 'production') {
// TODO
- baseURL = "http://b2bcnapi.sailuntire.com/allstell/test/app";
+ baseURL = "http://b2bcnapi.sailuntire.com/allstell/app";
};
let newVar = axios.create({
baseURL: baseURL,
@@ -2,8 +2,8 @@
"name" : "耀灵掌上通",
"appid" : "__UNI__0C3473D",
"description" : "测试",
- "versionName" : "0.1.1",
- "versionCode" : "100",
+ "versionName" : "1.0.0",
+ "versionCode" : 1,
"transformPx" : false,
"app-plus" : {
// APP-VUE分包,可提APP升启动速度,2.7.12开始支持,兼容微信小程序分包方案,默认关闭