|
@@ -2,13 +2,13 @@
|
|
|
NODE_ENV = production
|
|
|
|
|
|
# 64生产环境
|
|
|
-VUE_APP_BASE_API = 'http://wx.hw.hongweisoft.com/veterans/company/'
|
|
|
+# VUE_APP_BASE_API = 'http://wx.hw.hongweisoft.com/veterans/company/'
|
|
|
# 64上传地址
|
|
|
-VUE_APP_FILE_UPLOAD_URL = 'https://wx.hw.hongweisoft.com/veterans/file/upload/single/minio'
|
|
|
+# VUE_APP_FILE_UPLOAD_URL = 'https://wx.hw.hongweisoft.com/veterans/file/upload/single/minio'
|
|
|
|
|
|
# 正式api
|
|
|
-# VUE_APP_BASE_API = 'http://api.veterans.hongweisoft.com/company/'
|
|
|
+VUE_APP_BASE_API = 'http://api.veterans.hongweisoft.com/company/'
|
|
|
# 正式上传地址
|
|
|
-# VUE_APP_FILE_UPLOAD_URL = 'http://api.veterans.hongweisoft.com/file/upload/single/minio'
|
|
|
+VUE_APP_FILE_UPLOAD_URL = 'http://api.veterans.hongweisoft.com/file/upload/single/minio'
|
|
|
|
|
|
|