|
@@ -3,6 +3,12 @@ NODE_ENV = production
|
|
# just a flag
|
|
# just a flag
|
|
ENV = 'production'
|
|
ENV = 'production'
|
|
VUE_APP_ENV = 'production'
|
|
VUE_APP_ENV = 'production'
|
|
|
|
+
|
|
|
|
+#base
|
|
|
|
+VUE_APP_BASE = 'https://sxb.zfire.top'
|
|
|
|
+
|
|
|
|
+VUE_APP_BASE_OSS = 'https://sxb.zfire.top/zfapi/img/get?key='
|
|
|
|
+
|
|
# base api
|
|
# base api
|
|
VUE_APP_BASE_API = 'https://sxb.zfire.top/zfapi/'
|
|
VUE_APP_BASE_API = 'https://sxb.zfire.top/zfapi/'
|
|
|
|
|