|
|
@@ -9,19 +9,19 @@ VITE_APP_ENV = 'production'
|
|
|
VITE_BASE_PATH = './'
|
|
|
|
|
|
# 管理系统/生产环境
|
|
|
-# VITE_APP_BASE_API = 'https://api.hninpop.com'
|
|
|
+VITE_APP_BASE_API = 'https://hnapi.kdboss.cn'
|
|
|
# VITE_APP_BASE_API = 'http://153.0.193.129:5001'
|
|
|
-VITE_APP_BASE_API = '/prod-api'
|
|
|
+# VITE_APP_BASE_API = '/prod-api'
|
|
|
|
|
|
# 附件地址
|
|
|
# h5
|
|
|
-# VITE_Hw_File_Path = 'https://api.hninpop.com'
|
|
|
+VITE_Hw_File_Path = 'https://hnapi.kdboss.cn'
|
|
|
# VITE_Hw_File_Path = 'http://153.0.193.129:5001'
|
|
|
-VITE_Hw_File_Path = '/prod-api'
|
|
|
+# VITE_Hw_File_Path = '/prod-api'
|
|
|
# PC
|
|
|
-# VITE_Pc_File_Path = 'https://api.hninpop.com'
|
|
|
+VITE_Pc_File_Path = 'https://hnapi.kdboss.cn'
|
|
|
# VITE_Pc_File_Path = 'http://153.0.193.129:5001'
|
|
|
-VITE_Pc_File_Path = '/prod-api'
|
|
|
+# VITE_Pc_File_Path = '/prod-api'
|
|
|
|
|
|
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
|
|
# VITE_BUILD_COMPRESS = gzip
|