style: 删除无用代码

main
wu.jian2 1 year ago
parent 3a7a5aa6b9
commit 5bd54b5bda

@ -6,9 +6,6 @@ const baseRoutes = [
{
path: '/notPermission',
component: () => import('data-room-ui/NotPermission/index.vue')
}, {
path: '/test',
component: () => import('data-room-ui/BizComponent_Demo')
}
]

@ -580,7 +580,7 @@ export default {
}).then(() => { }).catch(() => { })
}
} else {
this.$message.warning('出现未知错误,请重试2')
this.$message.warning('出现未知错误,请重试')
}
})
}

Loading…
Cancel
Save