rules.js
393 Bytes
export default {
home: {
path: '../index/index'
},
productList: {
path: '../productList/goodsList'
},
brandStore: {
path: '../brandStore/brandStore'
},
webview: {
path: '../webview/webview'
},
goodsDetail: {
path: '../goodsDetail/goodsDetail'
},
statements: {
path: '../statements/statements'
}
}