Ver Fonte

feature:删除lint 密钥校验

ZZH-wl há 3 anos atrás
pai
commit
569dab9ffd
2 ficheiros alterados com 4 adições e 1 exclusões
  1. 3 0
      .env
  2. 1 1
      vue.config.js

+ 3 - 0
.env

@@ -1,3 +1,6 @@
+VUE_GITHUB_USER_NAME=test
+VUE_APP_SECRET_KEY=preview
+
 # 租户码
 VUE_APP_TENANT=default
 # 登录验证微服务名称

+ 1 - 1
vue.config.js

@@ -68,7 +68,7 @@ module.exports = {
     //     },
     //   },
     // },
-    // after: require('./mock'),
+    after: require('./mock'),
   },
   configureWebpack() {
     return {