Parcourir la source

init-替换标志

tangbin il y a 11 mois
Parent
commit
afe7a99bad
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 2
      .env.development
  2. 2 2
      .env.production

+ 2 - 2
.env.development

@@ -1,4 +1,4 @@
-VITE_APP_API=http://localhost:8080/renren-admin
+VITE_APP_API=http://localhost:8080/yezhu-admin
 #http对应ws,如果是https则对应wss
-VITE_APP_SOCKET=ws://localhost:8080/renren-admin/websocket
+VITE_APP_SOCKET=ws://localhost:8080/yezhu-admin/websocket
 

+ 2 - 2
.env.production

@@ -1,5 +1,5 @@
 NODE_ENV=production
-VITE_APP_API=http://localhost:8080/renren-admin
+VITE_APP_API=http://localhost:8080/yezhu-admin
 #http对应ws,如果是https则对应wss
-VITE_APP_SOCKET=ws://localhost:8080/renren-admin/websocket
+VITE_APP_SOCKET=ws://localhost:8080/yezhu-admin/websocket