lxf 1 年之前
父节点
当前提交
6a68dc50bc
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      .env.production

+ 6 - 6
.env.production

@@ -2,17 +2,17 @@
 ENV = 'production'
 
 # 尔泓/生产环境
-VUE_APP_BASE_API = 'http://59.61.168.229:8181/api'
+VUE_APP_BASE_API = 'http://www.printmat.cn:8181/api'
 
-VUE_APP_ACTION_URL='http://59.61.168.229:8181/api/blade-resource/local/file/upload'
+VUE_APP_ACTION_URL='http://www.printmat.cn:8181/api/blade-resource/local/file/upload'
 
-VUE_APP_EXPRESSAGE_URL='http://59.61.168.229:8181/api/saas-production/saas/production/expressagereconciliation/save'
+VUE_APP_EXPRESSAGE_URL='http://www.printmat.cn:8181/api/saas-production/saas/production/expressagereconciliation/save'
 
-VUE_APP_IMG_URL='http://59.61.168.229:8181/file'
+VUE_APP_IMG_URL='http://www.printmat.cn:8181/file'
 
-VUE_APP_FILE_PREFIX='ftp://59.61.168.229/'
+VUE_APP_FILE_PREFIX='ftp://www.printmat.cn/'
 
-VUE_APP_MESSAGE_URL='ws://59.61.168.229:8181/api'
+VUE_APP_MESSAGE_URL='ws://www.printmat.cn:8181/api'
 
 VUE_APP_TIME = 60000