| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "书架",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/bookMall/index",
- "style": {
- "navigationBarTitleText": "书城",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/toolsMall/index",
- "style": {
- "navigationBarTitleText": "工具广场",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tools/yiJianShengDian",
- "style": {
- "navigationBarTitleText": "一键省电",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/shengBoChuChen",
- "style": {
- "navigationBarTitleText": "声波除尘",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/wangLuoXinXi",
- "style": {
- "navigationBarTitleText": "网络信息",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/shouJiCeJu",
- "style": {
- "navigationBarTitleText": "手机测距",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/wifiGuanLi",
- "style": {
- "navigationBarTitleText": "WiFi管理",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/shouJiQingLi",
- "style": {
- "navigationBarTitleText": "手机清理",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/jingXuanBiZhi",
- "style": {
- "navigationBarTitleText": "精选壁纸",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/quWeiCePing",
- "style": {
- "navigationBarTitleText": "趣味测评",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/yangShengKeTang",
- "style": {
- "navigationBarTitleText": "养生课堂",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/yunDongJiBu",
- "style": {
- "navigationBarTitleText": "运动计步",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/ziTiDaXiao",
- "style": {
- "navigationBarTitleText": "字体大小",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "tabBar": {
- "custom": true,
- "list": [
- {
- "pagePath": "pages/index/index"
- },
- {
- "pagePath": "pages/bookMall/index"
- },
- {
- "pagePath": "pages/my/index"
- }
- ]
- },
- }
|