| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "阿拉灯神丁"
- }
- },
- {
- "path" : "pages/share/sharePage",
- "style": {
- "navigationBarTitleText": "邀好友 赚查询次数"
- }
- },
-
-
- {
- "path" : "pages/auth/index",
- "style": {
- "navigationBarTitleText": "授权登录"
- }
- },
-
-
- {
- "path" : "pages/chat/chat",
- "style" : {}
- }
- ,{
- "path" : "pages/chat/chatDetail/chatDetail",
- "style" : {}
- }
-
- ,{
- "path" : "pages/selfInfo/selfInfo",
- "style" : {
- "navigationBarTitleText": "个人中心"
- }
- }
- ,{
- "path" : "pages/selfInfo/rechargeRecord/rechargeRecord",
- "style" : {
- "navigationBarTitleText": "充值记录"
- }
- },
- {
- "path" : "pages/selfInfo/payList/payList",
- "style" : {
- "navigationBarTitleText": "套餐"
- }
- },
- {
- "path" : "pages/share/shareCode/index",
- "style" : {
- "navigationBarTitleText": "二维码分享"
- }
- },
- {
- "path" : "pages/share/rulePage/index",
- "style" : {
- "navigationBarTitleText": "活动规则"
- }
- }
-
- ,{
- "path" : "pages/selfInfo/shareDetail/shareDetail",
- "style" : {
- "navigationBarTitleText": "查询次数明细"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "mini_rabot",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|