@@ -2,6 +2,6 @@
ENV = 'development'
# 本地环境接口地址
-#VITE_API_URL = 'http://ipos.biz:8070'
-VITE_API_URL = 'http://localhost:8000'
+VITE_API_URL = 'http://ipos.biz:8070'
+#VITE_API_URL = 'http://localhost:8000'
@@ -8,5 +8,5 @@ VITE_COMPRESSION = true
VITE_PUBLIC_PATH = '/'
# 线上环境接口地址