dedsudiyu 9 달 전
부모
커밋
6b283bd9a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -25,7 +25,7 @@ const myDate = new Date()
 const buildTime = myDate.getFullYear() +'-'+ (myDate.getMonth()+1) +'-'+ myDate.getDate() +' '+ myDate.getHours() +':'+ myDate.getMinutes();
 const logsList = getFile ? fs.readFileSync('.git/logs/HEAD', 'utf-8').replace(/\r\n|\r/g, "\n").split("\n") : false
 const buildUser = getFile ? logsList[logsList.length-2].split(" ")[2] : '未配置'
-//生成随机版本编码
+
 //生成随机版本编码
 const revision = generateRandomString()
 process.env.VUE_APP_RENEWAL_ENCODING = revision