@@ -2,8 +2,8 @@
"name" : "iSCM智慧供应链",
"appid" : "__UNI__5B57B68",
"description" : "iSCM智慧供应链系统",
- "versionName" : "1.0.2",
- "versionCode" : 102,
+ "versionName" : "1.0.3",
+ "versionCode" : 103,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
@@ -241,7 +241,7 @@
},
{
"pagePath": "pages/index/index",
- "text": "首页"
+ "text": "货架"
"pagePath": "pages/userCenter/index",
@@ -38,8 +38,8 @@
this.theme = theme
uni.setTabBarItem({
"index": 0,
- "iconPath": "static/"+theme+"/tabbar/stock.png",
- "selectedIconPath": "static/"+theme+"/tabbar/stock-active.png",
+ "iconPath": "static/"+theme+"/tabbar/home.png",
+ "selectedIconPath": "static/"+theme+"/tabbar/home-active.png",
})
"index": 1,
@@ -164,7 +164,7 @@ export default {
toMain() {
// 跳转到首页
uni.switchTab({
- url: '/pages/index/index'
+ url: '/pages/sales/index'
});
// 忘记密码