소스 검색

bug修改

XMLWAN 4 년 전
부모
커밋
f9720bf97b
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      config/dev.env.js
  2. 3 3
      config/index.js

+ 2 - 2
config/dev.env.js 파일 보기

7
   NODE_ENV: '"development"',
7
   NODE_ENV: '"development"',
8
   ENV_CONFIG: '"dev"',
8
   ENV_CONFIG: '"dev"',
9
   // BASE_API: '"http://new_mobile.xt.api.sgjyun.com"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527,////'"http://localhost:9529"',
9
   // BASE_API: '"http://new_mobile.xt.api.sgjyun.com"', // //http://api.xt.test.sgjyun.com http://112.74.16.180:9527,////'"http://localhost:9529"',
10
-  //BASE_API:'"http://localhost:9531"',
11
-  BASE_API:'"http://api.xt.test.sgjyun.com"',
10
+  BASE_API:'"http://localhost:9531"',
11
+  // BASE_API:'"http://api.xt.test.sgjyun.com"',
12
   SSO_HOST: '"http://testsso.sgjyun.com"',
12
   SSO_HOST: '"http://testsso.sgjyun.com"',
13
   SRCM_HOST: '"http://test1.sgjyun.com"',
13
   SRCM_HOST: '"http://test1.sgjyun.com"',
14
   XT_HOST: '"http://xt.test.sgjyun.com"',
14
   XT_HOST: '"http://xt.test.sgjyun.com"',

+ 3 - 3
config/index.js 파일 보기

17
     // can be overwritten by process.env.HOST
17
     // can be overwritten by process.env.HOST
18
     // if you want dev by ip, please set host: '0.0.0.0'
18
     // if you want dev by ip, please set host: '0.0.0.0'
19
 
19
 
20
+    //  host: 'xt.test.sgjyun.com',
21
+    //  host: 'xt.kuyicloud.com',
20
     // host: 'xt.test.sgjyun.com',
22
     // host: 'xt.test.sgjyun.com',
21
-    // host: 'xt.kuyicloud.com',
22
-     host: 'xt.test.sgjyun.com',
23
-   // host:'localhost',
23
+    host:'localhost',
24
     port: 9528, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
24
     port: 9528, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
25
     autoOpenBrowser: true,
25
     autoOpenBrowser: true,
26
     errorOverlay: true,
26
     errorOverlay: true,