公众号登录
This commit is contained in:
@ -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: ''
|
||||
}
|
||||
}]
|
||||
},
|
||||
|
Reference in New Issue
Block a user