| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- {
- "easycom": {
- "autoscan": true,
- // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
- "custom": {
- "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
- }
- },
- "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/shengDianJiQiao",
- "style": {
- "navigationBarTitleText": "省电技巧",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/tools/baoYangJiQiao",
- "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"
- }
- },{
- "path": "pages/redBook/index",
- "style": {
- "navigationBarTitleText": "阅读",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/bookMall/bookRanking",
- "style": {
- "navigationBarTitleText": "小说榜单",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/commonModule/help",
- "style": {
- "navigationBarTitleText": "帮助",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/commonModule/complaint",
- "style": {
- "navigationBarTitleText": "投诉",
- "navigationStyle": "custom"
- }
- },{
- "path": "pages/commonModule/redPacket",
- "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"
- }
- ]
- }
- }
|