Browse Source

bug fix: 31453 (省博沉浸-移动端)刚进入首页应该默认选中博物馆

任一存 2 years ago
parent
commit
c4d82cf71f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/src/views/home/maside.vue

+ 1 - 1
code/src/views/home/maside.vue

@@ -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('')