|
@ -18,7 +18,7 @@ export default { |
|
|
selectIndex: 0, |
|
|
selectIndex: 0, |
|
|
navList: [ |
|
|
navList: [ |
|
|
{title: "个人中心",path:"/User/UserCenter"}, |
|
|
{title: "个人中心",path:"/User/UserCenter"}, |
|
|
{title: '我的购物车',path:"" }, |
|
|
{title: '我的购物车',path:"/User/ShoppingCart" }, |
|
|
{title: '我的订单',path:"/User/OrderList" }, |
|
|
{title: '我的订单',path:"/User/OrderList" }, |
|
|
{title: '评价管理',path:"" }, |
|
|
{title: '评价管理',path:"" }, |
|
|
{title: '我的发票',path:"/User/UserInvoice" }, |
|
|
{title: '我的发票',path:"/User/UserInvoice" }, |
|
|