Commit 379b97b1 by LJM

css

parent 4474a2b0
Showing with 26 additions and 26 deletions
...@@ -125,30 +125,6 @@ const router = new Router({ ...@@ -125,30 +125,6 @@ const router = new Router({
} }
}, },
{ {
path: '/pages/mine/userAddress',
aliasPath: '/user/reciveaddress',
meta: {
title: '收货地址',
auth: true
}
},
{
path: '/pages/mine/userAddressAdd',
aliasPath: '/user/userAddressAdd',
meta: {
title: '新增地址',
auth: true
}
},
{
path: '/pages/mine/userAddressEdit',
aliasPath: '/user/userAddressEdit',
meta: {
title: '编辑地址',
auth: true
}
},
{
path: '/pages/mine/coupdz', path: '/pages/mine/coupdz',
aliasPath: '/user/coupdz', aliasPath: '/user/coupdz',
meta: { meta: {
...@@ -252,6 +228,30 @@ const router = new Router({ ...@@ -252,6 +228,30 @@ const router = new Router({
} }
}, },
{ {
path: '/pages/mine/userAddress',
aliasPath: '/user/reciveaddress',
meta: {
title: '收货地址',
auth: true
}
},
{
path: '/pages/mine/userAddressAdd',
aliasPath: '/user/userAddressAdd',
meta: {
title: '新增地址',
auth: true
}
},
{
path: '/pages/mine/userAddressEdit',
aliasPath: '/user/userAddressEdit',
meta: {
title: '编辑地址',
auth: true
}
},
{
path: '/pages/mine/invoice', path: '/pages/mine/invoice',
aliasPath: '/user/invoice', aliasPath: '/user/invoice',
meta: { meta: {
...@@ -260,7 +260,7 @@ const router = new Router({ ...@@ -260,7 +260,7 @@ const router = new Router({
} }
}, },
{ {
path: '/pages/mine/invoice', path: '/pages/mine/invoiceAdd',
aliasPath: '/user/invoiceAdd', aliasPath: '/user/invoiceAdd',
meta: { meta: {
title: '新增发票', title: '新增发票',
...@@ -268,7 +268,7 @@ const router = new Router({ ...@@ -268,7 +268,7 @@ const router = new Router({
} }
}, },
{ {
path: '/pages/mine/invoice', path: '/pages/mine/invoiceEdit',
aliasPath: '/user/invoiceEdit', aliasPath: '/user/invoiceEdit',
meta: { meta: {
title: '编辑发票', title: '编辑发票',
......
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 sign in to comment