ymy vor 1 Jahr
Ursprung
Commit
d1a0c0416d
5 geänderte Dateien mit 680 neuen und 1408 gelöschten Zeilen
  1. 2 2
      .env.production
  2. 1 0
      .env.test
  3. 675 1406
      package-lock.json
  4. 1 0
      package.json
  5. 1 0
      tsconfig.json

+ 2 - 2
.env.production

@@ -8,8 +8,8 @@ ENV = 'production'
 VUE_APP_BASE_API = '/prod-api'
 
 # 登录地址 正式
-# VUE_APP_LOGIN_URL = 'https://sso.lzlxylsf.com/#/'
+VUE_APP_LOGIN_URL = 'https://sso.lzlxylsf.com/#/'
 # 开发
 # VUE_APP_LOGIN_URL = 'https://sso.benyuntech.com/#/'
 # 测试
-VUE_APP_LOGIN_URL = 'https://ssotest.benyuntech.com/#/sso/auth'
+# VUE_APP_LOGIN_URL = 'https://ssotest.benyuntech.com/#/sso/auth'

+ 1 - 0
.env.test

@@ -6,6 +6,7 @@ NODE_ENV = test
 # 生产环境配置
 ENV = 'test'
 
+
 # SaaS协同平台/生产环境
 VUE_APP_BASE_API = '/prod-api'
 

Datei-Diff unterdrückt, da er zu groß ist
+ 675 - 1406
package-lock.json


+ 1 - 0
package.json

@@ -45,6 +45,7 @@
     "vue-codemirror": "^6.1.1",
     "vue-cropper": "^0.6.2",
     "vue-property-decorator": "^9.1.2",
+    "vue-quill-editor": "^3.0.6",
     "vue-router": "^3.5.1",
     "vuex": "^3.6.2",
     "vxe-table": "^3.6.11",

+ 1 - 0
tsconfig.json

@@ -13,6 +13,7 @@
     "useDefineForClassFields": true,
     "sourceMap": true,
     "allowJs": true,
+    "noImplicitAny": false, 
     "baseUrl": ".",
     "types": [
       "webpack-env"

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.