123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "tabBar": {
- "height": "56px",
- "fontSize": "12px",
- "iconWidth": "36px",
- "color": "#7A7E83",
- "selectedColor": "#3cc51f",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/images/main/work.png",
- "selectedIconPath": "static/images/main/work_1.png",
- "text": "工作台"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/images/main/mine.png",
- "selectedIconPath": "static/images/main/mine_1.png",
- "text": "我的"
- }
- ]
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/splash/index",
- "layout": false,
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "layout": false,
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/privacy/index",
- "style": {
- "navigationBarTitleText": "绘管家个人信息保护政策"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-app"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|