ant-design-vue-pro
ant-design-vue-pro copied to clipboard
store.dispatch('GetInfo')中roles这个state被赋值了错误类型
Describe the bug (描述 Bug)
src/mock/services/user.js中userInfo的role是对象不是数组
To Reproduce (重现步骤) src/mock/services/user.js中userInfo的role是对象不是数组 src/store/modules/user.js中把对象赋值给了数组 src/permission.js中router.beforeEach中判断的是数组的长度store.getters.roles.length === 0