canghailong 6 сар өмнө
parent
commit
2473212414
1 өөрчлөгдсөн 6 нэмэгдсэн , 1 устгасан
  1. 6 1
      .env.production

+ 6 - 1
.env.production

@@ -6,8 +6,13 @@ VITE_TITLE = 飞行学院
 
 # 接口地址
 VITE_API_BASEURL = http://192.168.1.245:19003
-#VITE_API_BASEURL = http://192.168.31.56:19003
 VITE_FILEURL = http://192.168.1.245:10005/education/
+
+# 22地址
+# VITE_API_BASEURL = http://22.120.128.109:19003
+# VITE_FILEURL = http://22.120.128.108:10005/education/
+
+
 # 本地端口
 VITE_PORT = 9000