Browse Source

fix:版本号

maliang 12 hours ago
parent
commit
b7e1199c7d
2 changed files with 14 additions and 14 deletions
  1. 2 2
      manifest.json
  2. 12 12
      pages/index/index.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "pdaApp",
     "appid" : "__UNI__7E491C0",
     "description" : "pdaApp",
-    "versionName" : "1.0.2",
-    "versionCode" : 102,
+    "versionName" : "1.0.3",
+    "versionCode" : 103,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {

+ 12 - 12
pages/index/index.vue

@@ -143,18 +143,18 @@ export default {
           num: 0,
           url: "/pages/inventory-task/index",
         },
-        // {
-        //   src: require("@/static/image/home/icon-fhrw.png"),
-        //   text: "复核任务",
-        //   num: 0,
-        //   url: "",
-        // },
-        // {
-        //   src: require("@/static/image/home/icon-hwlr.png"),
-        //   text: "货物录入",
-        //   num: 0,
-        //   url: "/pages/goods-enter/index",
-        // },
+        {
+          src: require("@/static/image/home/icon-fhrw.png"),
+          text: "复核任务",
+          num: 0,
+          url: "",
+        },
+        {
+          src: require("@/static/image/home/icon-hwlr.png"),
+          text: "货物录入",
+          num: 0,
+          url: "/pages/goods-enter/index",
+        },
       ],
       meunShow: false,
       noticeShow: true,