routes.ini
7.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
routes.index.type = "rewrite"
routes.index.match = "/index.html"
routes.index.route.module = Default
routes.index.route.controller = Console
routes.index.route.action = Index
routes.console.type = "rewrite"
routes.console.match = "/console.html"
routes.console.route.module = Default
routes.console.route.controller = Console
routes.console.route.action = Index
routes.console_navbox.type = "rewrite"
routes.console_navbox.match = "/console/navbox.html"
routes.console_navbox.route.module = Default
routes.console_navbox.route.controller = Console
routes.console_navbox.route.action = Navbox
routes.resource.type = "rewrite"
routes.resource.match = "/system/resource.html"
routes.resource.route.module = System
routes.resource.route.controller = Resource
routes.resource.route.action = Index
routes.resource_add.type = "rewrite"
routes.resource_add.match = "/system/resource/add.html"
routes.resource_add.route.module = System
routes.resource_add.route.controller = Resource
routes.resource_add.route.action = Add
routes.resource_save.type = "rewrite"
routes.resource_save.match = "/system/resource/save.html"
routes.resource_save.route.module = System
routes.resource_save.route.controller = Resource
routes.resource_save.route.action = Save
routes.resource_edit.type = "rewrite"
routes.resource_edit.match = "/system/resource/edit.html"
routes.resource_edit.route.module = System
routes.resource_edit.route.controller = Resource
routes.resource_edit.route.action = Edit
routes.resource_modify.type = "rewrite"
routes.resource_modify.match = "/system/resource/modify.html"
routes.resource_modify.route.module = System
routes.resource_modify.route.controller = Resource
routes.resource_modify.route.action = Modify
routes.resource_del.type = "rewrite"
routes.resource_del.match = "/system/resource/del.html"
routes.resource_del.route.module = System
routes.resource_del.route.controller = Resource
routes.resource_del.route.action = Del
routes.resource_action.type = "rewrite"
routes.resource_action.match = "/system/resource/action.html"
routes.resource_action.route.module = System
routes.resource_action.route.controller = Resource
routes.resource_action.route.action = Action
routes.resource_action_add.type = "rewrite"
routes.resource_action_add.match = "/system/resource/action/add.html"
routes.resource_action_add.route.module = System
routes.resource_action_add.route.controller = Resource
routes.resource_action_add.route.action = Addaction
routes.resource_action_save.type = "rewrite"
routes.resource_action_save.match = "/system/resource/action/save.html"
routes.resource_action_save.route.module = System
routes.resource_action_save.route.controller = Resource
routes.resource_action_save.route.action = Saveaction
routes.resource_action_box.type = "rewrite"
routes.resource_action_box.match = "/system/resource/action/resourcebox.html"
routes.resource_action_box.route.module = System
routes.resource_action_box.route.controller = Resource
routes.resource_action_box.route.action = Resourcebox
routes.dept.type = "rewrite"
routes.dept.match = "/system/dept.html"
routes.dept.route.module = System
routes.dept.route.controller = Dept
routes.dept.route.action = Index
routes.user.type = "rewrite"
routes.user.match = "/system/user.html"
routes.user.route.module = System
routes.user.route.controller = User
routes.user.route.action = Index
routes.user_add.type = "rewrite"
routes.user_add.match = "/system/user/add.html"
routes.user_add.route.module = System
routes.user_add.route.controller = User
routes.user_add.route.action = Add
routes.user_save.type = "rewrite"
routes.user_save.match = "/system/user/save.html"
routes.user_save.route.module = System
routes.user_save.route.controller = User
routes.user_save.route.action = Save
routes.user_rolebox.type = "rewrite"
routes.user_rolebox.match = "/system/user/rolebox.html"
routes.user_rolebox.route.module = System
routes.user_rolebox.route.controller = User
routes.user_rolebox.route.action = Rolebox
routes.user_del.type = "rewrite"
routes.user_del.match = "/system/user/del.html"
routes.user_del.route.module = System
routes.user_del.route.controller = User
routes.user_del.route.action = Del
routes.user_edit.type = "rewrite"
routes.user_edit.match = "/system/user/edit.html"
routes.user_edit.route.module = System
routes.user_edit.route.controller = User
routes.user_edit.route.action = Edit
routes.user_change.type = "rewrite"
routes.user_change.match = "/system/user/change.html"
routes.user_change.route.module = System
routes.user_change.route.controller = User
routes.user_change.route.action = Change
routes.user_purview.type = "rewrite"
routes.user_purview.match = "/system/user/purview.html"
routes.user_purview.route.module = System
routes.user_purview.route.controller = User
routes.user_purview.route.action = Purview
routes.user_authorize.type = "rewrite"
routes.user_authorize.match = "/system/user/authorize.html"
routes.user_authorize.route.module = System
routes.user_authorize.route.controller = User
routes.user_authorize.route.action = Authorize
routes.login.type = "rewrite"
routes.login.match = "/login.html"
routes.login.route.module = Default
routes.login.route.controller = Index
routes.login.route.action = Login
routes.dept_purview.type = "rewrite"
routes.dept_purview.match = "/system/dept/purview.html"
routes.dept_purview.route.module = System
routes.dept_purview.route.controller = Dept
routes.dept_purview.route.action = Purview
routes.dept_add.type = "rewrite"
routes.dept_add.match = "/system/dept/add.html"
routes.dept_add.route.module = System
routes.dept_add.route.controller = Dept
routes.dept_add.route.action = Add
routes.role.type = "rewrite"
routes.role.match = "/system/role.html"
routes.role.route.module = System
routes.role.route.controller = Role
routes.role.route.action = Index
routes.role_add.type = "rewrite"
routes.role_add.match = "/system/role/add.html"
routes.role_add.route.module = System
routes.role_add.route.controller = Role
routes.role_add.route.action = Add
routes.role_edit.type = "rewrite"
routes.role_edit.match = "/system/role/edit.html"
routes.role_edit.route.module = System
routes.role_edit.route.controller = Role
routes.role_edit.route.action = Edit
routes.role_purview.type = "rewrite"
routes.role_purview.match = "/system/role/purview.html"
routes.role_purview.route.module = System
routes.role_purview.route.controller = Role
routes.role_purview.route.action = Purview
routes.product.type = "rewrite"
routes.product.match = "/product.html"
routes.product.route.module = Default
routes.product.route.controller = Product
routes.product.route.action = Index
routes.yaf.type = "rewrite"
routes.yaf.match = "/yar.html"
routes.yaf.route.module = Default
routes.yaf.route.controller = Product
routes.yaf.route.action = yar
routes.api_index.type = "rewrite"
routes.api_index.match = "/api"
routes.api_index.route.module = Api
routes.api_index.route.controller = Index
routes.api_index.route.action = Index
routes.storehouse_index.type = "rewrite"
routes.storehouse_index.match = "/erp/storehouse.html"
routes.storehouse_index.route.module = Erp
routes.storehouse_index.route.controller = Storehouse
routes.storehouse_index.route.action = Index
routes.erp_product_index.type = "rewrite"
routes.erp_product_index.match = "/erp/product.html"
routes.erp_product_index.route.module = Erp
routes.erp_product_index.route.controller = Product
routes.erp_product_index.route.action = Index