周宾
昨天 2f93b5a6157c3752230485e5aa56f79fdabd5fb4
src/pages.json
@@ -610,7 +610,44 @@
          "path": "code/index"
        }
      ]
    }
    },
      {
         "root": "pages/inventoryManagement",
         "pages": [
            {
               "path": "receiptManagement/index",
               "style": {
                  "navigationBarTitleText": "入库管理",
            "navigationStyle": "custom",
            "enablePullDownRefresh": true,
            "backgroundColor": "#f8f8f8"
               }
            },
        {
               "path": "receiptManagement/edit",
               "style": {
                  "navigationBarTitleText": "自定义入库",
            "navigationStyle": "custom"
               }
            },
        {
               "path": "issueManagement/index",
               "style": {
                  "navigationBarTitleText": "出库管理",
            "navigationStyle": "custom",
            "enablePullDownRefresh": true,
            "backgroundColor": "#f8f8f8"
               }
            },
        {
               "path": "issueManagement/edit",
               "style": {
                  "navigationBarTitleText": "自定义出库",
            "navigationStyle": "custom"
               }
            }
         ]
      }
  ],
  "tabBar": {
    "color": "#000000",