chuzhixin 4 years ago
parent
commit
f3f0861a2e
2 changed files with 3 additions and 1 deletions
  1. 3 0
      README.md
  2. 0 1
      vue.config.js

+ 3 - 0
README.md

@@ -110,6 +110,9 @@ npm run serve
 <a href="https://github.com/hdtopku" target="_blank">
 <img width="50px" style="border-radius:999px" src="https://avatars.githubusercontent.com/u/14859466?s=50"/>
 </a>
+<a href="https://github.com/shaonialife" target="_blank">
+<img width="50px" style="border-radius:999px" src="https://avatars.githubusercontent.com/u/16135960?s=50"/>
+</a>
 
 ## 优势及注意事项
 

+ 0 - 1
vue.config.js

@@ -27,7 +27,6 @@ const FileManagerPlugin = require('filemanager-webpack-plugin')
 const dayjs = require('dayjs')
 const date = dayjs().format('YYYY_M_D')
 const time = dayjs().format('YYYY-M-D HH:mm:ss')
-const productionGzipExtensions = ['html', 'js', 'css', 'svg']
 process.env.VUE_APP_TITLE = title || 'vue-admin-beautiful'
 process.env.VUE_APP_AUTHOR = author || 'chuzhixin 1204505056@qq.com'
 process.env.VUE_APP_UPDATE_TIME = time