|
|
@@ -4,12 +4,12 @@
|
|
4
|
4
|
# @LastEditors: JiangChunMei
|
|
5
|
5
|
###
|
|
6
|
6
|
# 接口地址
|
|
7
|
|
-VITE_BASE_URL="http://sandbox.hqhuitong.com/api"
|
|
|
7
|
+VITE_BASE_URL="https://shenhai.hqhuitong.com/api"
|
|
8
|
8
|
# 文件地址
|
|
9
|
|
-VITE_OSS_URL='http://sandbox.hqhuitong.com'
|
|
|
9
|
+VITE_OSS_URL='https://shenhai.hqhuitong.com'
|
|
10
|
10
|
# 文件桶
|
|
11
|
|
-VITE_BARREL_URL="/smartparkdev/"
|
|
|
11
|
+VITE_BARREL_URL="/shenhaigaosu/"
|
|
12
|
12
|
# websocket地址
|
|
13
|
|
-VITE_SOCKET_URL='ws://sandbox.hqhuitong.com/websocket?Authorization=Bearer%20'
|
|
|
13
|
+VITE_SOCKET_URL='wss://shenhai.hqhuitong.com/websocket?Authorization=Bearer%20'
|
|
14
|
14
|
# 前端地址
|
|
15
|
|
-VITE_FRONT_URL='http://sandbox.hqhuitong.com'
|
|
|
15
|
+VITE_FRONT_URL='https://shenhai.hqhuitong.com'
|