2023-08-30 09:44:26 +08:00
|
|
|
{
|
|
|
|
|
"pages": [
|
2024-01-24 15:52:01 +08:00
|
|
|
"pages/switchSystem",
|
2023-09-05 16:14:07 +08:00
|
|
|
"pages/login",
|
|
|
|
|
"pages/register",
|
2024-03-04 14:11:05 +08:00
|
|
|
"pages/index",
|
2023-09-05 16:14:07 +08:00
|
|
|
"pages/work/index",
|
2024-03-04 14:11:05 +08:00
|
|
|
"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",
|
2023-09-14 09:42:52 +08:00
|
|
|
"pages/handlecase/index",
|
2023-09-14 18:06:53 +08:00
|
|
|
"pages/handlecase/component/uploadEvidence",
|
2024-02-23 13:57:53 +08:00
|
|
|
"pages/handlecase/component/confirmPayment",
|
2024-02-05 18:14:59 +08:00
|
|
|
"pages/handlecase/component/payList",
|
2023-11-29 18:30:11 +08:00
|
|
|
"pages/handlecase/component/evidenceList",
|
|
|
|
|
"pages/handlecase/component/obligations",
|
2024-02-05 18:14:59 +08:00
|
|
|
"pages/handlecase/component/newlyAddedCase",
|
2023-10-16 11:26:18 +08:00
|
|
|
"pages/expressDelivery/index",
|
|
|
|
|
"pages/expressDelivery/component/expressDelivery",
|
|
|
|
|
"pages/signature/index",
|
|
|
|
|
"pages/signature/component/expressDelivery",
|
2023-09-15 18:09:31 +08:00
|
|
|
"mp_ecard_sdk/index/index",
|
|
|
|
|
"mp_ecard_sdk/protocol/eid/eid",
|
|
|
|
|
"mp_ecard_sdk/protocol/privacy/privacy",
|
|
|
|
|
"mp_ecard_sdk/protocol/service/service",
|
2023-09-21 14:32:29 +08:00
|
|
|
"mp_ecard_sdk/protocol/userAccredit/userAccredit",
|
2023-11-23 14:35:50 +08:00
|
|
|
"pages/im/index",
|
2023-11-29 18:30:11 +08:00
|
|
|
"pages/realName",
|
2023-11-29 23:00:58 +08:00
|
|
|
"pages/personalInfoCollection",
|
|
|
|
|
"pages/im/component/imHome"
|
2023-08-30 09:44:26 +08:00
|
|
|
],
|
|
|
|
|
"subPackages": [],
|
|
|
|
|
"window": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
2023-09-05 16:14:07 +08:00
|
|
|
"navigationBarTitleText": "RuoYi",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
2023-08-30 09:44:26 +08:00
|
|
|
},
|
2024-03-04 14:11:05 +08:00
|
|
|
"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": "我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-09-26 17:53:59 +08:00
|
|
|
"permission": {},
|
2023-08-30 09:44:26 +08:00
|
|
|
"usingComponents": {}
|
|
|
|
|
}
|