公寓详情

This commit is contained in:
A1300399510
2023-07-24 19:44:33 +08:00
parent 44406ee209
commit bbd1bfe6b2
14 changed files with 938 additions and 65 deletions

View File

@@ -11,7 +11,6 @@ import store from '@/store/index';
let showLoginModal = ref(false);
watch(() => store.state.showloginmodal, (newValue) => {
console.log("newValue", newValue);
// store.state.showloginmodal = false
if (newValue) init1()
});