ant-design-vue-pro icon indicating copy to clipboard operation
ant-design-vue-pro copied to clipboard

store.dispatch('GetInfo')中roles这个state被赋值了错误类型

Open BaldyFreak opened this issue 3 years ago • 0 comments

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

BaldyFreak avatar Jan 14 '22 04:01 BaldyFreak