#
whycq
2023-09-18 f01d077604d4cb07a556c32881301ef87a79a7c6
pages.json
@@ -1,5 +1,10 @@
{
   "easycom": {
         "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
      },
   "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
      {
         "path": "pages/login/login",
         "style": {
@@ -165,6 +170,24 @@
         }
      },
      {
         "path": "pages/out/checkOut",
         "style": {
            "navigationBarTitleText": "出库确认"
         }
      },
      {
         "path": "pages/out/stockOut",
         "style": {
            "navigationBarTitleText": "退库确认"
         }
      },
      {
         "path": "pages/out/handIn",
         "style": {
            "navigationBarTitleText": "手动入库"
         }
      },
      {
         "path": "pages/login/logOut",
         "style": {
            "navigationBarTitleText": "退出登录"