소스 검색

修改prod默认端口号

wkeyuan 3 년 전
부모
커밋
905ffc5bbd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      config/prod.env.js

+ 2 - 2
config/prod.env.js

@@ -1,7 +1,7 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  DW_API_URL: '"http://localhost:8081"',
-  DW_WEB_URL: '"http://localhost:8081"',
+  DW_API_URL: '"http://localhost:8080"',
+  DW_WEB_URL: '"http://localhost:8080"',
   DW_RESOURCE_URL: '"http://localhost:8080"'
 }