瀏覽代碼

feat: hidden test

gemercheung 11 月之前
父節點
當前提交
2cf90cf9b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/router.ts

+ 1 - 1
src/router.ts

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