{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login" }, { "path": "pages/index/index" }, { "path": "pages/table/table" } ], "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" // 添加排除项 |icons 和 |shadow-root // "^uni-((?!(shadow-root|icons)).*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } }, "uniIdRouter": {} }