| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- {
- "pages": [
- {
- "path": "pages/index/welcome",
- "style": {
- "navigationBarTitleText": "欢迎页",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/my/my",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": true
- }
- }
- ],
- "subPackages": [
- {
- "root": "modules/common",
- "pages": [
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "student-prosthetics/index",
- "style": {
- "navigationBarTitleText": "休复学申请"
- }
- },
- {
- "path": "student-prosthetics/certificate",
- "style": {
- "navigationBarTitleText": "休学存证"
- }
- },
- {
- "path": "student-prosthetics/approval-progress",
- "style": {
- "navigationBarTitleText": "审批进度"
- }
- }
- ]
- },
- {
- "root": "modules/index",
- "pages": [
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "modules/my",
- "pages": [
- {
- "path": "userInfo",
- "style": {
- "navigationBarTitleText": "用户资料",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "version",
- "style": {
- "navigationBarTitleText": "版本记录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "feedback",
- "style": {
- "navigationBarTitleText": "意见反馈",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "address/list",
- "style": {
- "navigationBarTitleText": "地址管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "address/add",
- "style": {
- "navigationBarTitleText": "地址管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "notice",
- "style": {
- "navigationBarTitleText": "我的消息",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "about/policy",
- "style": {
- "navigationBarTitleText": "隐私政策",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "about/agreement",
- "style": {
- "navigationBarTitleText": "用户协议",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "setting",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- }
- ]
- }
- ],
- "preloadRule": {
- "pages/index/welcome": {
- "network": "all",
- "packages": ["modules/common"]
- },
- "pages/index/index": {
- "network": "all",
- "packages": ["modules/index"]
- },
- "pages/my/my": {
- "network": "all",
- "packages": ["modules/my"]
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "selectedColor": "#0063F5",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/images/tabbar/home.png",
- "selectedIconPath": "static/images/tabbar/home-on.png"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "static/images/tabbar/my.png",
- "selectedIconPath": "static/images/tabbar/my-on.png"
- }
- ]
- }
- }
|