wzh %!s(int64=3) %!d(string=hai) anos
pai
achega
f5b9b054ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -46,7 +46,7 @@ router.beforeEach(async (to, from, next) => {
 });
 router.afterEach((to, from) => {
   let { title } = to.meta;
-  document.title = title;
+  document.title = "数据中心 - " + title;
   store.commit("setCurrentMenuItem", to.path);
   store.commit("changefirstTitle", title);
 });