yang1998 2 years ago
parent
commit
4ce50924d1
2 changed files with 105 additions and 15191 deletions
  1. 97 15189
      package-lock.json
  2. 8 2
      vue.config.js

File diff suppressed because it is too large
+ 97 - 15189
package-lock.json


+ 8 - 2
vue.config.js

@@ -1,3 +1,9 @@
 module.exports = {
-  publicPath: './'
-}
+  publicPath: './',
+  chainWebpack: (config) => {
+    config.plugin('html').tap((args) => {
+      args[0].title = '统一用户认证管理系统'
+      return args
+    })
+  }
+}