zs 2 days ago
parent
commit
eeb3e60145
2 changed files with 2 additions and 2 deletions
  1. 1 1
      index.html
  2. 1 1
      src/lang/package/zh-cn/login.js

+ 1 - 1
index.html

@@ -4,7 +4,7 @@
     <meta charset="UTF-8">
     <link rel="icon" href="/favicon.ico">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>水网站管理</title>
+    <title>水网站管理</title>
   </head>
   <body>
     <div id="app" class="app"></div>

+ 1 - 1
src/lang/package/zh-cn/login.js

@@ -1,6 +1,6 @@
 // 登录页面国际化
 export default {
-  title: '水网站管理',
+  title: '水网站管理',
   username: '用户名',
   password: '密码',
   login: '登 录',