Commit f7b67171 authored by zhuang_cong's avatar zhuang_cong

update

parent 5a142f17
...@@ -123,20 +123,20 @@ const routes = [ ...@@ -123,20 +123,20 @@ const routes = [
tabIndex: 1 tabIndex: 1
} }
}, },
{ // {
path: '/shopping-cart', // path: '/shopping-cart',
name: 'shopping-cart', // name: 'shopping-cart',
component: ViewsCom.ShoppingCart, // component: ViewsCom.ShoppingCart,
meta: { // meta: {
tabIndex: 2 // tabIndex: 2
} // }
}, // },
{ {
path: '/user-center', path: '/user-center',
name: 'user-center', name: 'user-center',
component: ViewsCom.UserCenter, component: ViewsCom.UserCenter,
meta: { meta: {
tabIndex: 3 tabIndex: 2
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment