Ver código fonte

修改头部bug和titile setting.Js

秦鹏 3 anos atrás
pai
commit
b51e13780a
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1 0
      src/views/login.vue
  2. 1 1
      vue.config.js

+ 1 - 0
src/views/login.vue

@@ -314,6 +314,7 @@ $fc: rgb(24, 144, 255);
   .login-form {
     position: relative;
     width: 350px;
+    margin: 0 auto;
     background: #fff;
     border-radius: 5px;
     padding: 42px;

+ 1 - 1
vue.config.js

@@ -6,7 +6,7 @@ function resolve(dir) {
     return path.join(__dirname, dir)
 }
 
-const name = defaultSettings.title || '全球汉语教学平台' // page title
+const name = defaultSettings.title || '教学平台' // page title
 
 // If your port is set to 80,
 // use administrator privileges to execute the command line.