{ "easycom": { "^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/scan/Scan", "style": { "navigationBarTitleText": "ScanCode", "enablePullDownRefresh": false } }, { "path": "pages/webview/webview", "style": { "navigationBarTitleText": "Browser", "enablePullDownRefresh": false } }, // { // "path": "pages/create/Create", // "style": { // "navigationBarTitleText": "Create", // "enablePullDownRefresh": false // } // }, { "path": "pages/history/History", "style": { "navigationBarTitleText": "History", "enablePullDownRefresh": false } }, { "path": "pages/setting/Setting", "style": { "navigationBarTitleText": "Setting", "enablePullDownRefresh": false } }, { "path": "pages/scan/Barcode", "style": { "navigationBarTitleText": "Barcode", "enablePullDownRefresh": false } }, { "path": "pages/scan/Book", "style": { "navigationBarTitleText": "Book", "enablePullDownRefresh": false } }, { "path": "pages/scan/Calendar", "style": { "navigationBarTitleText": "Calendar", "enablePullDownRefresh": false } }, { "path": "pages/scan/Contacts", "style": { "navigationBarTitleText": "Contacts", "enablePullDownRefresh": false } }, { "path": "pages/scan/Email", "style": { "navigationBarTitleText": "Email", "enablePullDownRefresh": false } }, { "path": "pages/scan/Location", "style": { "navigationBarTitleText": "Location", "enablePullDownRefresh": false } }, { "path": "pages/scan/Product", "style": { "navigationBarTitleText": "Product", "enablePullDownRefresh": false } }, { "path": "pages/scan/Sms", "style": { "navigationBarTitleText": "Sms", "enablePullDownRefresh": false } }, { "path": "pages/scan/Tel", "style": { "navigationBarTitleText": "Tel", "enablePullDownRefresh": false } }, { "path": "pages/scan/Wifi", "style": { "navigationBarTitleText": "Wifi", "enablePullDownRefresh": false } }, { "path": "pages/scan/Text", "style": { "navigationBarTitleText": "Text", "enablePullDownRefresh": false } }, { "path": "pages/scan/Url", "style": { "navigationBarTitleText": "Url", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "ScanCode", "navigationBarBackgroundColor": "#0186ff", "backgroundColor": "#0186ff" }, "uniIdRouter": {}, //底部跳转tab "tabBar": { "color": "#e6e6e6", "selectedColor": "#F8F8F8", "borderStyle": "black", "backgroundColor": "#0186ff", "list": [{ "pagePath": "pages/scan/Scan", "iconPath": "static/scan-default.png", "selectedIconPath": "static/scan-select.png", "text": "Scan" }, { "pagePath": "pages/history/History", "iconPath": "static/history-default.png", "selectedIconPath": "static/history-select.png", "text": "History" }, // { // "pagePath": "pages/create/Create", // "iconPath": "static/art-default.png", // "selectedIconPath": "static/art-select.png", // "text": "Create" // }, { "pagePath": "pages/setting/Setting", "iconPath": "static/setting-default.png", "selectedIconPath": "static/setting-select.png", "text": "Setting" } ] } }