公寓详情

This commit is contained in:
A1300399510
2023-07-21 19:25:35 +08:00
parent 57b5448072
commit abae187b6d
14 changed files with 575 additions and 21 deletions

View File

@@ -8,7 +8,6 @@ import { ref, watch, onMounted, getCurrentInstance, nextTick, createApp } from '
import store from '@/store/index';
console.log("store", store);
let showLoginModal = ref(false);
watch(() => store.state.showloginmodal, (newValue) => {