添加登录

This commit is contained in:
alger
2021-09-29 17:24:03 +08:00
parent e108059773
commit a7f1453609
10 changed files with 194 additions and 15 deletions
-2
View File
@@ -52,8 +52,6 @@ const props = defineProps({
const route = useRoute();
const path = ref(route.path);
watch(() => route.path, async newParams => {
console.log(newParams);
path.value = newParams
})