|
|
@@ -3,7 +3,18 @@
|
|
3
|
3
|
"pages/switchSystem",
|
|
4
|
4
|
"pages/login",
|
|
5
|
5
|
"pages/register",
|
|
|
6
|
+ "pages/index",
|
|
6
|
7
|
"pages/work/index",
|
|
|
8
|
+ "pages/mine/index",
|
|
|
9
|
+ "pages/mine/avatar/index",
|
|
|
10
|
+ "pages/mine/info/index",
|
|
|
11
|
+ "pages/mine/info/edit",
|
|
|
12
|
+ "pages/mine/pwd/index",
|
|
|
13
|
+ "pages/mine/setting/index",
|
|
|
14
|
+ "pages/mine/help/index",
|
|
|
15
|
+ "pages/mine/about/index",
|
|
|
16
|
+ "pages/common/webview/index",
|
|
|
17
|
+ "pages/common/textview/index",
|
|
7
|
18
|
"pages/handlecase/index",
|
|
8
|
19
|
"pages/handlecase/component/uploadEvidence",
|
|
9
|
20
|
"pages/handlecase/component/confirmPayment",
|
|
|
@@ -31,6 +42,32 @@
|
|
31
|
42
|
"navigationBarTitleText": "RuoYi",
|
|
32
|
43
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
33
|
44
|
},
|
|
|
45
|
+ "tabBar": {
|
|
|
46
|
+ "color": "#000000",
|
|
|
47
|
+ "selectedColor": "#000000",
|
|
|
48
|
+ "borderStyle": "white",
|
|
|
49
|
+ "backgroundColor": "#ffffff",
|
|
|
50
|
+ "list": [
|
|
|
51
|
+ {
|
|
|
52
|
+ "pagePath": "pages/index",
|
|
|
53
|
+ "iconPath": "static/images/tabbar/home.png",
|
|
|
54
|
+ "selectedIconPath": "static/images/tabbar/home_.png",
|
|
|
55
|
+ "text": "首页"
|
|
|
56
|
+ },
|
|
|
57
|
+ {
|
|
|
58
|
+ "pagePath": "pages/work/index",
|
|
|
59
|
+ "iconPath": "static/images/tabbar/work.png",
|
|
|
60
|
+ "selectedIconPath": "static/images/tabbar/work_.png",
|
|
|
61
|
+ "text": "工作台"
|
|
|
62
|
+ },
|
|
|
63
|
+ {
|
|
|
64
|
+ "pagePath": "pages/mine/index",
|
|
|
65
|
+ "iconPath": "static/images/tabbar/mine.png",
|
|
|
66
|
+ "selectedIconPath": "static/images/tabbar/mine_.png",
|
|
|
67
|
+ "text": "我的"
|
|
|
68
|
+ }
|
|
|
69
|
+ ]
|
|
|
70
|
+ },
|
|
34
|
71
|
"permission": {},
|
|
35
|
72
|
"usingComponents": {}
|
|
36
|
73
|
}
|