This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
Metavatar_Neuver_PC
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
edit
ctt_dev
chutingting
1 year ago
parent
59e1dc524b
commit
d398ae67b0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/login/index.vue
+ 1
- 1
src/views/login/index.vue
View File
@@ -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
Write
Preview
Loading…
Cancel
Save