公众号登录

This commit is contained in:
zhanglipeng
2021-04-22 16:34:49 +08:00
parent 2870de3d22
commit 2758850d1f
17 changed files with 909 additions and 447 deletions

View File

@ -41,6 +41,12 @@ export const constantRoutes = [{
import ('@/views/login'),
hidden: true
},
{
path: '/wxlogin',
component: () =>
import ('@/views/wxlogin'),
hidden: true
},
{
path: '/404',
component: () =>
@ -153,6 +159,22 @@ export const constantRoutes = [{
}
}]
},
{
path: '/user/bind',
component: Layout,
hidden: true,
redirect: 'noredirect',
children: [{
path: 'wx',
component: () =>
import ('@/views/system/user/wx/index'),
name: 'Wx',
meta: {
title: '绑定微信',
icon: ''
}
}]
},
{
path: '/user/change',
component: Layout,
@ -165,7 +187,7 @@ export const constantRoutes = [{
name: 'Changedept',
meta: {
title: '切换岗位',
icon: 'user'
icon: ''
}
}]
},