rules.js
1.12 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
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'
},
search: {
path: '/pages/search/index'
},
filter: {
path: '/pages/filter/index'
},
nativeLogin: {
path: '/pages/nativeLogin/nativeLogin'
},
orderSuccess: {
path: '/pages/order/orderSuccess/orderSuccess'
},
addressManager: {
path: '/pages/userCenter/addressManager/addressManager'
},
yoLuck: {
path: '/pages/zeroSell/index'
},
logistics: {
path: '/pages/orderDetail/logistics/logistics'
},
selectCountry: {
path: '/pages/select-country/select-country'
},
myCoupon:{
path: '/pages/myCoupon/index'
}
}