| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "pages": [
- "pages/login",
- "pages/register",
- "pages/index",
- "pages/work/index",
- "pages/mine/index",
- "pages/mine/avatar/index",
- "pages/mine/info/index",
- "pages/mine/info/edit",
- "pages/mine/pwd/index",
- "pages/mine/setting/index",
- "pages/mine/help/index",
- "pages/mine/about/index",
- "pages/common/webview/index",
- "pages/common/textview/index",
- "pages/certification/index",
- "pages/handlecase/index",
- "pages/handlecase/component/assignrbitrators",
- "pages/handlecase/component/uploadEvidence",
- "pages/handlecase/component/confirmationEvidence",
- "pages/handlecase/component/chooseMethod",
- "mp_ecard_sdk/index/index",
- "mp_ecard_sdk/protocol/eid/eid",
- "mp_ecard_sdk/protocol/privacy/privacy",
- "mp_ecard_sdk/protocol/service/service",
- "mp_ecard_sdk/protocol/userAccredit/userAccredit"
- ],
- "subPackages": [],
- "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/index",
- "iconPath": "static/images/tabbar/work.png",
- "selectedIconPath": "static/images/tabbar/work_.png",
- "text": "工作台"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/images/tabbar/mine.png",
- "selectedIconPath": "static/images/tabbar/mine_.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|