zrg
2025-09-05 46cc7a29dc1f9b3dffee5cdcb9b7f9dfdac3b16d
pages.json
@@ -1,8 +1,7 @@
{
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/index/login",
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/index/login",
         "style": {
            "navigationBarTitleText": "登录",
            "navigationStyle": "custom"
@@ -410,6 +409,12 @@
         }
      },
      {
         "path": "pages/tiaomachaima/tiaomachaima2",
         "style": {
            "navigationBarTitleText": "条码拆码2"
         }
      },
      {
         "path": "pages/wuliaosaoma/wuliaosaoma",
         "style": {
            "navigationBarTitleText": "物料清单"
@@ -710,6 +715,28 @@
         {
            "navigationBarTitleText" : "其他出库单"
         }
      },
      {
         "path" : "pages/zhijiediaobo/table",
         "style" :
         {
            "navigationBarTitleText" : "直接调拨",
            "enablePullDownRefresh": true
         }
      },
      {
         "path" : "pages/zhijiediaobo/form",
         "style" :
         {
            "navigationBarTitleText" : "直接调拨单"
         }
      },
      {
         "path" : "pages/xiugaimima/index",
         "style" :
         {
            "navigationBarTitleText" : "修改密码"
         }
      }
   ],
   "tabBar": {