123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "pages": [
- "pages/index",
- "pages/login",
- "pages/work",
- "pages/classify",
- "pages/mine",
- "pages/common/webview/index",
- "pages/common/textview/index"
- ],
- "subPackages": [
- {
- "root": "pages_mine/pages",
- "pages": [
- "avatar/index",
- "info/index",
- "info/edit",
- "pwd/index",
- "setting/index",
- "help/index",
- "about/index"
- ]
- },
- {
- "root": "pages_template/pages",
- "pages": [
- "wxCenter/index",
- "keyboardPay/index",
- "mallMenu/index2",
- "mallMenu/index1",
- "coupon/index",
- "login/index1",
- "login/index2",
- "citySelect/index",
- "submitBar/index",
- "comment/index",
- "comment/reply",
- "order/index",
- "login/code",
- "address/index",
- "address/addSite"
- ]
- },
- {
- "root": "pages_classify/pages",
- "pages": [
- "test/index"
- ]
- },
- {
- "root": "pages_qiun/pages",
- "pages": [
- "sport/index",
- "school/index",
- "finance/index",
- "main/index"
- ]
- },
- {
- "root": "pages_geek/pages",
- "pages": [
- "index/index",
- "code/index"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "RuoYi",
- "navigationBarBackgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#000000",
- "selectedColor": "#000000",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index",
- "iconPath": "static/images/tabbar/home.png",
- "selectedIconPath": "static/images/tabbar/home_.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/work",
- "iconPath": "static/images/tabbar/work.png",
- "selectedIconPath": "static/images/tabbar/work_.png",
- "text": "工作台"
- },
- {
- "pagePath": "pages/classify",
- "iconPath": "static/images/tabbar/work.png",
- "selectedIconPath": "static/images/tabbar/work_.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/mine",
- "iconPath": "static/images/tabbar/mine.png",
- "selectedIconPath": "static/images/tabbar/mine_.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|