Commit fbd36409 by LJM

css

parent 688c5b6b
Showing with 28 additions and 14 deletions
......@@ -20,56 +20,64 @@ const router = new Router({
path: '/pages/index/index',
aliasPath: '/',
meta: {
title: '首页'
title: '首页',
auth: false
}
},
{
path: '/pages/search/search',
aliasPath: '/search',
meta: {
title: '搜索首页'
title: '搜索首页',
auth: false
}
},
{
path: '/pages/search/searchlist',
aliasPath: '/s',
meta: {
title: '搜索列表'
title: '搜索列表',
auth: false
}
},
{
path: '/pages/car/car',
aliasPath: '/joincart',
meta: {
title: '购物车'
title: '购物车',
auth: false
}
},
{
path: '/pages/classp/map',
aliasPath: '/sitmap',
meta: {
title: '分类选型'
title: '分类选型',
auth: false
}
},
{
path: '/pages/classp/list',
aliasPath: '/optimum',
meta: {
title: '分类列表'
title: '分类列表',
auth: false
}
},
{
path: '/pages/brand/brand',
aliasPath: '/brand/:brand_id',
meta: {
title: '品牌详情'
title: '品牌详情',
auth: false
}
},
{
path: '/pages/detail/detail',
aliasPath: '/item/:goods_id',
meta: {
title: '商品详情'
title: '商品详情',
auth: false
}
},
{
......@@ -84,42 +92,48 @@ const router = new Router({
path: '/pages/confirm/pay',
aliasPath: '/pay/online',
meta: {
title: '猎芯收银台'
title: '猎芯收银台',
auth: true
}
},
{
path: '/pages/confirm/offline',
aliasPath: '/pay/offline',
meta: {
title: '转账支付'
title: '转账支付',
auth: true
}
},
{
path: '/pages/confirm/confirmSuccess',
aliasPath: '/order/success',
meta: {
title: '提交订单成功'
title: '提交订单成功',
auth: true
}
},
{
path: '/pages/mine/login',
aliasPath: '/login',
meta: {
title: '登录'
title: '登录',
auth: false
}
},
{
path: '/pages/mine/forget',
aliasPath: '/forget',
meta: {
title: '忘记密码'
title: '忘记密码',
auth: false
}
},
{
path: '/pages/mine/agreements',
aliasPath: '/reg/agreements',
meta: {
title: '协议'
title: '协议',
auth: false
}
},
{
......
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