浏览代码

图标修复

lilei 3 年之前
父节点
当前提交
c6d9783bac
共有 4 个文件被更改,包括 6 次插入6 次删除
  1. 2 2
      manifest.json
  2. 1 1
      pages.json
  3. 2 2
      pages/index/index.vue
  4. 1 1
      pages/login/login.vue

+ 2 - 2
manifest.json

@@ -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" : {

+ 1 - 1
pages.json

@@ -241,7 +241,7 @@
 			},
 			{
 				"pagePath": "pages/index/index",
-				"text": "首页"
+				"text": "货架"
 			},
 			{
 				"pagePath": "pages/userCenter/index",

+ 2 - 2
pages/index/index.vue

@@ -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",
 			})
 			uni.setTabBarItem({
 			  "index": 1,

+ 1 - 1
pages/login/login.vue

@@ -164,7 +164,7 @@ export default {
 		toMain() {
 			// 跳转到首页
 			uni.switchTab({
-				url: '/pages/index/index'
+				url: '/pages/sales/index'
 			});
 		},
 		//  忘记密码