123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- {
- "pages":
- [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/my/huiBen_record/index",
- "style": {
- "navigationBarTitleText": "绘本记录"
- }
- },
- {
- "path": "pages/my/charge/index",
- "style": {
- "navigationBarTitleText": "充值次数"
- }
- },
- {
- "path": "pages/my/userInfo/index",
- "style": {
- "navigationBarTitleText": "个人资料"
- }
- },
- {
- "path": "pages/index/genHuiBen/index",
- "style": {
- "navigationBarTitleText": "绘本生成"
- }
- },
- {
- "path": "pages/index/genRes/index",
- "style": {
- "navigationBarTitleText": "绘本生成"
- }
- },
- {
- "path": "pages/my/pubCenter/index",
- "style": {
- "navigationBarTitleText": "推广中心"
- }
- },
- {
- "path": "pages/my/jiangli/index",
- "style": {
- "navigationBarTitleText": "推荐奖励"
- }
- },
- {
- "path": "pages/my/tuiguangDashi/index",
- "style": {
- "navigationBarTitleText": "推广大使"
- }
- },
- {
- "path": "pages/my/yongjinDetail/index",
- "style": {
- "navigationBarTitleText": "佣金明细"
- }
- },
- {
- "path": "pages/my/cash/index",
- "style": {
- "navigationBarTitleText": "提现"
- }
- },
- {
- "path": "pages/my/cashRecord/index",
- "style": {
- "navigationBarTitleText": "提现记录"
- }
- },
- {
- "path": "pages/my/team/index",
- "style": {
- "navigationBarTitleText": "推广团队"
- }
- },
- {
- "path": "pages/my/tuiguangHaibao/index",
- "style": {
- "navigationBarTitleText": "推广海报"
- }
- },
- {
- "path": "pages/my/myRecord/index",
- "style": {
- "navigationBarTitleText": "我的记录"
- }
- },
- {
- "path": "pages/my/kefu/index",
- "style": {
- "navigationBarTitleText": "客服中心"
- }
- },
- {
- "path": "pages/my/aboutUs/index",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "pages/my/protocol/index",
- "style": {
- "navigationBarTitleText": "使用协议"
- }
- },
- {
- "path": "pages/index/filePre/index",
- "style": {
- "navigationBarTitleText": "图片预览"
- }
- },
- {
- "path": "pages/my/roleManage/index",
- "style": {
- "navigationBarTitleText": "主角管理"
- }
- },
- {
- "path": "pages/my/roleManageDetail/index",
- "style": {
- "navigationBarTitleText": "主角详情"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {
- "custom": true,
- "color": "black", //字体颜色
- "selectedColor": "#0000ff", //选中时字体颜色
- "borderStyle": "black", //底部的上边框线条
- "backgroundColor": "#fff", //底部背景色
- "fontSize": "12px", //字体大小
- "spacing": "5px", //字体到图标的距离
- "height": "50px", //底部高
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tabbar/index.png",
- "selectedIconPath": "static/tabbar/index_a.png"
- },
- // {
- // "pagePath": "pages/category/index",
- // "text": "分类",
- // "iconPath": "static/tabbar/cat.png",
- // "selectedIconPath": "static/tabbar/cat_a.png"
- // },
- // {
- // "pagePath": "pages/service/index",
- // "text": "售后",
- // "iconPath": "static/tabbar/service.png",
- // "selectedIconPath": "static/tabbar/service_a.png"
- // },
- {
- "pagePath": "pages/my/index",
- "text": "我的",
- "iconPath": "static/tabbar/my.png",
- "selectedIconPath": "static/tabbar/my_a.png"
- }
- ]
- }
- }
|