{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/index/index", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/table/dailyEntry", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/table/appointment", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/table/ticket", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/mod/pushMessage", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/mod/guidance", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/mod/multiInOne", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/mod/manager", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/mod/hallInfo", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/mod/hallManagment", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/queue/index", "style": { "app-plus": { "popGesture": "none" } } }, { "path": "pages/queue/business-select", "style": { "app-plus": { "popGesture": "none" } } } ], "globalStyle": { "navigationStyle": "custom", "backgroundColor": "#F8F8F8" }, "easycom": { "custom": { "^tn-(.*)-(item|group)$": "@/uni_modules/tuniaoui-vue3/components/$1/src/$1-$2.vue", "^tn-(.*)": "@/uni_modules/tuniaoui-vue3/components/$1/src/$1.vue" // "^qiun-(.*)": "@/uni_modules/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue" // 添加排除项 |icons 和 |shadow-root // "^uni-((?!(shadow-root|icons)).*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } }, "uniIdRouter": {} }