提交 0b3dcbce 编写于 作者: Mr.奇淼('s avatar Mr.奇淼(

修复自定义指令修改为vue3模式

上级 97e5d458
......@@ -3,7 +3,7 @@ import { store } from '@/store'
export const auth = (app) => {
app.directive('auth', {
// 当被绑定的元素插入到 DOM 中时……
bind: function(el, binding) {
mounted: function(el, binding) {
const userInfo = store.getters['user/userInfo']
let type = ''
switch (Object.prototype.toString.call(binding.value)) {
......
......@@ -4,7 +4,6 @@ export const asyncRouterHandle = (asyncRouter) => {
asyncRouter.map(item => {
if (item.component) {
item.component = dynamicImport(modules, item.component)
console.log(item.component)
} else {
delete item['component']
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册