feat: 用户管理

This commit is contained in:
zy7y
2022-09-15 17:29:15 +08:00
parent fc8632b16e
commit 62c647c1f2
15 changed files with 356 additions and 71 deletions

View File

@@ -6,7 +6,6 @@ const route = useRoute()
const cruPath = computed(() => {
return route.path.substring(1, route.path.length).split('/')
})
console.log(route.path, route.fullPath)
</script>
<template>

View File

@@ -27,6 +27,8 @@ const handleOk = () => {
setTimeout(() => {
loading.value = false
visible.value = false
// 页面刷新-》 白屏
location.reload()
}, 1000)
}