Pārlūkot izejas kodu

更改部署地址为245

tanshanming 6 mēneši atpakaļ
vecāks
revīzija
499b06c68c
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .env.production

+ 2 - 2
.env.production

@@ -5,9 +5,9 @@ NODE_ENV = production
 VITE_TITLE = smilingFace
 
 # 接口地址
-VITE_API_BASEURL = http://22.120.128.109:19003
+VITE_API_BASEURL = http://192.168.1.245:19003 //http://22.120.128.109:19003
 #VITE_API_BASEURL = http://192.168.31.56:19003
-VITE_FILEURL = http://22.120.128.108:10005/education/
+VITE_FILEURL = http://192.168.1.245:10005/education/
 # 本地端口
 VITE_PORT = 9000