|
|
@@ -11,8 +11,8 @@ VITE_GLOB_PUBLIC_PATH = /
|
|
|
# VITE_PROXY = [["/api","http://192.168.2.225/api"]]
|
|
|
|
|
|
# 线上演示环境
|
|
|
-# VITE_PROXY = [["/api","http://117.174.10.73:19200"],["/agent","http://117.174.10.73:31895"],["/iserver","http://221.182.8.141:15000/iserver"],["/onlineIde","http://106.12.170.138:4001/examples"],["/tfDemo","http://106.12.170.138:4001/demo"]]
|
|
|
-VITE_PROXY = [["/api","http://192.168.119.143:9200"],["/agent","http://192.168.119.143:31895"],["/iserver","http://221.182.8.141:15000/iserver"],["/onlineIde","http://106.12.170.138:4001/examples"],["/tfDemo","http://106.12.170.138:4001/demo"]]
|
|
|
+VITE_PROXY = [["/api","http://117.174.10.73:19200"],["/agent","http://117.174.10.73:31895"],["/twoAndThree","http://192.168.2.208:10090"],["/iserver","http://221.182.8.141:15000/iserver"],["/onlineIde","http://106.12.170.138:4001/examples"],["/tfDemo","http://106.12.170.138:4001/demo"]]
|
|
|
+# VITE_PROXY = [["/api","http://192.168.119.143:9200"],["/agent","http://192.168.119.143:31895"],["/iserver","http://221.182.8.141:15000/iserver"],["/onlineIde","http://106.12.170.138:4001/examples"],["/tfDemo","http://106.12.170.138:4001/demo"]]
|
|
|
# 线上测试环境
|
|
|
# VITE_PROXY = [["/api","http://localhost:8080/api"],["/thingskit-drawio","http://localhost:3000/"]]
|
|
|
# VITE_PROXY = [["/api","http://222.180.200.114:48080/api"],["/thingskit-drawio","http://localhost:3000/"],["/large-designer", "http://localhost:5555/large-designer/"]]
|
|
|
@@ -31,6 +31,7 @@ VITE_GLOB_DROP_CONSOLE = true
|
|
|
# Basic interface address SPA
|
|
|
VITE_GLOB_API_URL=/api
|
|
|
VITE_GLOB_API_URL2=/agent
|
|
|
+VITE_GLOB_API_URL3=/twoAndThree
|
|
|
|
|
|
# File upload address, optional
|
|
|
VITE_GLOB_UPLOAD_URL=/api/yt/oss/upload
|