|
@@ -1,5 +1,14 @@
|
|
|
# 生产环境配置
|
|
|
NODE_ENV = production
|
|
|
|
|
|
-# 生产环境 VUE_APP_BASE_API = 'http://wx.hw.hongweisoft.com/veterans/company/'
|
|
|
-VUE_APP_BASE_API = 'http://api.veterans.hongweisoft.com/company/'
|
|
|
+# 64生产环境
|
|
|
+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'
|
|
|
+
|
|
|
+# 正式api
|
|
|
+# VUE_APP_BASE_API = 'http://api.veterans.hongweisoft.com/company/'
|
|
|
+# 正式上传地址
|
|
|
+# VUE_APP_FILE_UPLOAD_URL = 'http://api.veterans.hongweisoft.com/file/upload/single/minio'
|
|
|
+
|
|
|
+
|