123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "pages": [{
- "path": "pages/me/me",
- "style": {
- "navigationBarTitleText": "数据更新"
- }
- },
- {
- "path": "pages/middle/middle",
- "style": {
- "navigationBarTitleText": "记录查询"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/pricate/pricate",
- "style": {
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/aboutme/aboutme",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#FE5786",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/surpermarket/surpermarket",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor": "#FE5786",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/useragreement/useragreement",
- "style": {
- "navigationBarTitleText": "用户协议",
- "navigationBarBackgroundColor": "#FE5786"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationBarBackgroundColor": "#FE5786"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#007AFF",
- "backgroundColor": "#FFFFFF"
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "cl-(.*)": "@/cool/ui/components/$1/$1.vue",
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- }
- },
- "tabBar": {
- "selectedColor": "#1296db",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tabbar1.png",
- "selectedIconPath": "static/tabbar5.png"
- }, {
- "pagePath": "pages/middle/middle",
- "text": "智能融资",
- "iconPath": "static/tabbar2.png",
- "selectedIconPath": "static/tabbar6.png"
- },
- {
- "pagePath": "pages/surpermarket/surpermarket",
- "text": "金融超市",
- "iconPath": "static/tabbar4.png",
- "selectedIconPath": "static/tabbar8.png"
- },
- {
- "pagePath": "pages/me/me",
- "text": "政策解读",
- "iconPath": "static/tabbar4.png",
- "selectedIconPath": "static/tabbar8.png"
- },
- {
- "pagePath": "pages/aboutme/aboutme",
- "text": "我的",
- "iconPath": "static/tabbar4.png",
- "selectedIconPath": "static/tabbar8.png"
- }
- ]
- }
- }
|