Browse Source

修改发布脚步

zhengqiang 5 years ago
parent
commit
b82ad149d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/prod.env.js

+ 1 - 1
config/prod.env.js

@@ -1,5 +1,5 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  BACKEND_URL:'"http://www.wzgh.org/epay-server"'
+  BACKEND_URL:'"http://zldb.xiaoxinda.com:8088/epay-server"'
 }