123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- {
- "easycom": {
- "custom": {
- "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
- }
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "系统页",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTitleText": "赋强公证",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "个人中心"
- }
- }
- ],
- "subPackages": [ //分包配置
- {
- "root": "pagesHome",
- "pages": [ //分包
- {
- "path": "agree/index",
- "style": {
- "navigationBarTitleText": "用户协议",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "#F4F5F6",
- "backgroundColorBottom": "#F4F5F6"
- }
- },
- {
- "path": "login/index",
- "style": {
- "navigationBarTitleText": "用户登录",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "#F4F5F6",
- "backgroundColorBottom": "#F4F5F6"
- }
- },
- {
- "path": "notarization/index",
- "style": {
- "navigationBarTitleText": "赋强公证",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "notarization/detail",
- "style": {
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "notarization/sign",
- "style": {
- "navigationBarTitleText": "签字"
- }
- },
- {
- "path": "address/index",
- "style": {
- "navigationBarTitleText": "收货地址"
- }
- },
- {
- "path": "address/add",
- "style": {
- "navigationBarTitleText": "新增地址"
- }
- },
- {
- "path": "notice/index",
- "style": {
- "navigationBarTitleText": "办证须知"
- }
- },
- {
- "path": "customer/index",
- "style": {
- "navigationBarTitleText": "在线咨询"
- }
- },
- {
- "path": "personnel/index",
- "style": {
- "navigationBarTitleText": "公证员介绍",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "personnel/detail",
- "style": {
- "navigationBarTitleText": "公证员详情"
- }
- },
- {
- "path": "path/index",
- "style": {
- "navigationBarTitleText": "申办流程"
- }
- }
- ]
- },
- {
- "root": "pagesMy",
- "pages": [ //分包
- {
- "path": "basic/index",
- "style": {
- "navigationBarTitleText": "我的信息"
- }
- },
- {
- "path": "record/index",
- "style": {
- "navigationBarTitleText": "申办记录",
- "enablePullDownRefresh": true
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "二手车",
- "navigationBarBackgroundColor": "#2979ff",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#2c2c2c",
- "selectedColor": "#2979ff",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/home/index",
- "iconPath": "static/homeHL.png",
- "selectedIconPath": "static/home.png",
- "text": "赋强公证"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/myHL.png",
- "selectedIconPath": "static/my.png",
- "text": "个人中心"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "赋强公证", //模式名称
- "path": "pages/index/index", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|