소스 검색

v1.1.3配置修改

zhoupeng 5 년 전
부모
커밋
2a4fed4ca1
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      project.config.json
  2. 1 1
      utils/api.js
  3. 1 1
      utils/api.ts

+ 2 - 2
project.config.json

@@ -4,12 +4,12 @@
 		"ignore": []
 	},
 	"setting": {
-		"urlCheck": false,
+		"urlCheck": true,
 		"es6": true,
 		"postcss": true,
 		"minified": true,
 		"newFeature": true,
-		"nodeModules": false,
+		"nodeModules": true,
 		"autoAudits": false,
 		"checkInvalidKey": true,
 		"checkSiteMap": true,

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
utils/api.js


+ 1 - 1
utils/api.ts

@@ -120,7 +120,7 @@ export class Api implements API {
     //http://192.168.10.39:8003
     //https://ecs.qmth.com.cn:8878
     //ecs-test.qmth.com.cn
-  configOption: ApiConfigOption = { ver: 1, versionName: 'v1.0.0', baseUrl: 'http://ecs-test.qmth.com.cn' }
+  configOption: ApiConfigOption = { ver: 1, versionName: 'v1.0.0', baseUrl: 'https://ecs.qmth.com.cn:8878' }
     private key: string = ''
     private token: string = ''
     private tokenValidCallback: TokenValidCallback = () => {}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.