feat: 用户管理
This commit is contained in:
@@ -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>
|
||||
|
@@ -27,6 +27,8 @@ const handleOk = () => {
|
||||
setTimeout(() => {
|
||||
loading.value = false
|
||||
visible.value = false
|
||||
// 页面刷新-》 白屏
|
||||
location.reload()
|
||||
}, 1000)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user