Sfoglia il codice sorgente

更新 页面title

wzh 3 anni fa
parent
commit
10b137db13
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -148,7 +148,7 @@ const router = createRouter({
       path: "/voyage/portDeclarationList",
       name: "portDeclarationList",
       meta: {
-        title: "报",
+        title: "报",
         code: "DECLARELIST",
       },
       component: () => import("../views/voyage/portDeclarationList.vue"),