rules.js
798 Bytes
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
export default {
home: {
path: '/pages/index/index'
},
productDetail: {
path: '/pages/productDetail/index',
},
productList: {
path: '/pages/searchList/index'
},
orderList: {
path: '/pages/orderList/index',
neewLogin: true
},
orderDetail: {
path: '/pages/orderDetail/index',
neewLogin: true
},
webview: {
path: '/pages/webview/webview'
},
message: {
path: '/pages/message/message/message'
},
collection: {
path: '/pages/userCenter/collection/collection'
},
myassets: {
path: '/pages/myassets/index'
},
webview: {
path: '/pages/webview/webview'
},
search: {
path: '/pages/search/index'
},
filter: {
path: '/pages/filter/index'
},
nativeLogin: {
path: '/pages/nativeLogin/nativeLogin'
}
}