修改buyer api路径 将buyer manager seller 统一为 public/config下修改api地址,新增buyer底部 公司,备案号等信息展示,修改商家端seller秒杀bug以及部分issue中的优化方案

This commit is contained in:
lemon橪
2021-10-19 16:40:43 +08:00
parent 7cbd2b698c
commit dbe5a21f4d
22 changed files with 519 additions and 515 deletions

View File

@@ -80,7 +80,7 @@ export default new Router({
name: 'login',
component: Login,
meta: {
title: 'LiLi 登录'
title: '登录'
}
},
{
@@ -88,7 +88,7 @@ export default new Router({
name: 'SignUp',
component: SignUp,
meta: {
title: 'LiLi 注册'
title: '注册'
}
},
{
@@ -96,7 +96,7 @@ export default new Router({
name: 'forgetPassword',
component: ForgetPassword,
meta: {
title: 'LiLi 忘记密码'
title: '忘记密码'
}
},
{
@@ -283,7 +283,7 @@ export default new Router({
path: 'AfterSale',
name: 'AfterSale',
component: AfterSale,
meta: {title: 'LiLi 售后'}
meta: {title: '售后'}
},
{
path: 'ApplyAfterSale',