@ -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('出现未知错误,请重试')
})