...
|
...
|
@@ -2,7 +2,6 @@ import jump from './jump'; |
|
|
|
|
|
export default {
|
|
|
main: {path: '/pages/index/index', type: jump.switchTab},
|
|
|
login: {path: ''},
|
|
|
bindMobile: {path: '/pages/account/bindMobile'},
|
|
|
chooseArea: {path: '/pages/account/chooseArea'},
|
|
|
productList: {path: '/pages/product/list/list'},
|
...
|
...
|
|