123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "2021届寻找明星母婴服务人员海选赛",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/recharge/pay",
- "style": {
- "navigationBarTitleText": "金币充值"
- }
- },
- {
- "path": "pages/addTp/user",
- "style": {
- "navigationBarTitleText": "个人参赛"
- }
- },
- {
- "path": "pages/addTp/company",
- "style": {
- "navigationBarTitleText": "企业参赛"
- }
- },
- {
- "path": "pages/public/wxLogin",
- "style": {
- "navigationBarTitleText": "微信登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/apply/enterpriseInformation",
- "style": {
- "navigationBarTitleText": "企业申请"
- // "app-plus": {
- // "titleNView": {
- // "type": "transparent"
- // }
- // }
- }
- },
- {
- "path": "pages/apply/personalInformation",
- "style": {
- "navigationBarTitleText": "个人申请"
- }
- },
- {
- "path": "pages/apply/choose",
- "style": {
- "navigationBarTitleText": "申请类型"
- }
- },
- {
- "path": "pages/apply/query",
- "style": {
- "navigationBarTitleText": "查询",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/apply/success",
- "style": {
- "navigationBarTitleText": "证书"
- }
- },
- {
- "path": "pages/redirect/redirect",
- "style": {
- "navigationBarTitleText": "微信登录跳转页面",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "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/forget",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/activity/index",
- "style": {
- "navigationBarTitleText": "活动规则"
- }
- },
- {
- "path": "pages/activity/userInfo",
- "style": {
- "navigationBarTitleText": "2021届寻找明星母婴服务人员海选赛",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- }
- }
|