秦鹏 3 년 전
부모
커밋
fbc7951b4d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vue.config.js

+ 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.