-
zhangwei
2025-03-06 02ad32582e3a3b0e6f4b2d1b50593eff1d0558e3
src/pages.json
@@ -5,6 +5,7 @@
      "list": []
   },
   "easycom": {
      // "autoscan": true,
      // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
      "custom": {
         // "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
@@ -14,6 +15,7 @@
         "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
         "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
         "fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue",
         // "temu-(.*)": "@/components/tem/tem-$1/tem-$1.vue",
         "tem-(.*)": "@/components/tem/tem-$1.vue"
      }
   },
@@ -301,11 +303,18 @@
            {
               "path": "query",
               "style": {
                  "navigationBarTitleText": "送货查询"
                  "navigationBarTitleText": "送货查询",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "qdetail",
               "path": "querydetail",
               "style": {
                  "navigationBarTitleText": "送货详情"
               }
            },
            {
               "path": "feedbackdetail",
               "style": {
                  "navigationBarTitleText": "送货详情"
               }
@@ -313,13 +322,21 @@
            {
               "path": "arrange",
               "style": {
                  "navigationBarTitleText": "送货安排"
                  "navigationBarTitleText": "送货安排",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "arrangedetail",
               "style": {
                  "navigationBarTitleText": "送货安排详情"
               }
            },
            {
               "path": "feedback",
               "style": {
                  "navigationBarTitleText": "送货反馈"
                  "navigationBarTitleText": "送货反馈",
                  "enablePullDownRefresh": true
               }
            }
         ]