123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/index/artList",
- "style": {
- "navigationBarTitleText": "新闻资讯"
- }
- },
- {
- "path": "pages/index/artDetail",
- "style": {
- "navigationBarTitleText": "资讯详情"
- }
- },
- {
- "path": "pages/index/zngs",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "智能估算"
- }
- },
- {
- "path": "pages/public/register",
- "style": {
- "navigationBarTitleText": "注册",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }, {
- "path": "pages/public/login",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/public/wxLogin",
- "style": {
- "navigationBarTitleText": "微信登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/public/forget",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/set/set",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/set/phone",
- "style": {
- "navigationBarTitleText": "实名认证"
- }
- },
- {
- "path": "pages/set/password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/set/userinfo",
- "style": {
- "navigationBarTitleText": "修改资料"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- // #ifndef MP-WEIXIN
- "navigationStyle": "custom",
- // #endif
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/user/jsxq",
- "style": {
- "navigationBarTitleText": "计算详情"
- }
- },
- {
- "path": "pages/user/menber",
- "style": {
- "navigationBarTitleText": "开通会员"
- }
- },
- {
- "path": "pages/user/mytimes",
- "style": {
- "navigationBarTitleText": "次数记录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/money/pay",
- "style": {
- "navigationBarTitleText": "支付"
- }
- },
- {
- "path": "pages/money/paySuccess",
- "style": {
- "navigationBarTitleText": "支付成功"
- }
- },
- {
- "path": "pages/redirect/redirect",
- "style": {
- "navigationBarTitleText": "微信登录跳转页面",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/myjslis",
- "style": {
- "navigationBarTitleText": "计算记录"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#405eeb",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/home.png",
- "selectedIconPath": "static/tabBar/home-action.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/index/artList",
- "iconPath": "static/tabBar/xx.png",
- "selectedIconPath": "static/tabBar/xx-action.png",
- "text": "新闻资讯"
- },
- // {
- // "pagePath": "pages/cart/cart",
- // "iconPath": "static/tabBar/tab-cart.png",
- // "selectedIconPath": "static/tabBar/tab-cart-current.png",
- // "text": "购物车"
- // },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/user.png",
- "selectedIconPath": "static/tabBar/user-action.png",
- "text": "我的"
- }
- ]
- }
- }
|