pages.json
@@ -1,4 +1,12 @@
{
{
   // "easycom": {
   //    "autoscan": true,
   //    "custom": {
   //       // uni-ui 规则如下配置
   //       "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
   //    }
   // },
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/login/login",
@@ -9,7 +17,8 @@
      {
         "path": "pages/home/home",
         "style": {
            "navigationBarTitleText": "主 页"
            "navigationBarTitleText": "主 页",
            "navigationStyle": "custom"
         }
      },
      {
@@ -191,7 +200,25 @@
            "navigationBarTitleText" : "物料提取"
         }
      }
   ],
       ,{
            "path" : "pages/stock/outFlat",
            "style" :
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
        },
      {
            "path" : "pages/stock/orderBindSeed",
            "style" :
            {
                "navigationBarTitleText": "地标绑定",
                "enablePullDownRefresh": false
            }
        }
    ],
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "uni-app",