123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "2022届寻找明星母婴服务人员海选赛",
- "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/information",
- "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/apply/verification",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "我的核销码"
- }
- },
- {
- "path": "pages/apply/qrcode",
- "style": {
- "navigationBarTitleText": "我的核销券"
- }
- },
- {
- "path": "pages/certificate/apply",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "认证资料"
- }
- },
- {
- "path": "pages/certificate/showCertificate",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "母婴健康专委会证书查询系统"
- }
- },
- {
- "path": "pages/certificate/query",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "查询"
- }
- },
- {
- "path": "pages/certificate/success",
- "style": {
- "navigationStyle":"custom",
- "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": "2022届寻找明星母婴服务人员海选赛",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- }
- }
|