bill 1 year ago
parent
commit
219ff19678
2 changed files with 2 additions and 2 deletions
  1. 1 1
      index.html
  2. 1 1
      src/router.ts

+ 1 - 1
index.html

@@ -5,7 +5,7 @@
   <meta charset="UTF-8" />
   <link rel="icon" type="image/svg+xml" href="/vite.svg" />
   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <title>不移动文物管理平台</title>
+  <title>不移动文物管理平台</title>
 </head>
 
 <body>

+ 1 - 1
src/router.ts

@@ -103,7 +103,7 @@ export const findRoute = (
 
 export const router = createRouter({ history, routes });
 export const setDocTitle = (title: string) => {
-  document.title = title + "-不移动文物管理平台";
+  document.title = title + "-不移动文物管理平台";
 };
 
 watchEffect(() => {