Commit 37eb4140 authored by 石盼盼's avatar 石盼盼

Merge branch 'spp' into 'master'

Spp

See merge request !32
parents 9f63bf0c 6c03d6a0
......@@ -114,7 +114,7 @@ router.beforeEach((to, from, next) => {
}
if (token && status === '200') {
console.log('ok-------1', 200)
if (role == 2) {
if (role == 2 || role == 4) { // 2审核员身份 4超管身份
setTimeout(() => {
next({
path: '/admin_home'
......
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 to comment