Browse Source

修改prod默认端口号

wkeyuan 3 years ago
parent
commit
905ffc5bbd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/prod.env.js

+ 2 - 2
config/prod.env.js

@@ -1,7 +1,7 @@
 'use strict'
 'use strict'
 module.exports = {
 module.exports = {
   NODE_ENV: '"production"',
   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"'
   DW_RESOURCE_URL: '"http://localhost:8080"'
 }
 }