|
@@ -63,7 +63,7 @@ import { useRouter, useRoute } from "vue-router";
|
|
|
const router = useRouter();
|
|
|
const route = useRoute();
|
|
|
const isShow = ref(false)
|
|
|
-const currentId = ref('')
|
|
|
+const currentId = ref('museum')
|
|
|
const searchkey = ref('')
|
|
|
|
|
|
const charStrs = ref('')
|