chenxiaochao před 1 dnem
rodič
revize
f0fad7308d
1 změnil soubory, kde provedl 1 přidání a 8 odebrání
  1. 1 8
      apps/web-ele/.env.development

+ 1 - 8
apps/web-ele/.env.development

@@ -4,13 +4,7 @@ VITE_PORT=8081
4 4
 VITE_BASE=/
5 5
 
6 6
 # 接口地址
7
-<<<<<<< HEAD
8
-# VITE_GLOB_API_URL=http://39.164.159.226:8088
9
-VITE_GLOB_API_URL=http://192.168.1.15:8080
10
-# VITE_GLOB_API_URL=http://192.168.1.7:8080
11
-# VITE_GLOB_FLOW_URL=http://192.168.31.160:8082
12
-# 是否开启 Nitro Mock服务,true 为开启,false 为关闭
13
-=======
7
+
14 8
 VITE_GLOB_API_URL=http://39.164.159.226:8088
15 9
 # VITE_GLOB_API_URL=http://192.168.1.7:8080
16 10
 # VITE_GLOB_API_URL=http://192.168.1.170:8080
@@ -18,7 +12,6 @@ VITE_GLOB_API_URL=http://39.164.159.226:8088
18 12
 VITE_GLOB_FLOW_URL=http://192.168.1.21:8082
19 13
 
20 14
 # 是否开启 Nitro Mock服务,true 为开启,false 为关
21
->>>>>>> 5a83f027d40fe570207698157e4a5c72077e53dc
22 15
 VITE_NITRO_MOCK=false
23 16
 
24 17
 # 是否打开 devtools,true 为打开,false 为关闭