chutingting 1 rok temu
rodzic
commit
d398ae67b0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/views/login/index.vue

+ 1
- 1
src/views/login/index.vue Wyświetl plik

@@ -822,7 +822,7 @@ const router = useRouter();
/**
* 获取页面标题
*/
const title = ref(route.query.p || '')
const title = ref(<string>route.query.p || '')
if (title) {
localStorage.setItem("title", title.value)
document.title = 'Metavatar-' + title.value


Ładowanie…
Anuluj
Zapisz