소스 검색

feat: 线上地址

LAPTOP-2ACP37JG\shark 3 년 전
부모
커밋
d0249d5b47
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .env.production

+ 3 - 3
.env.production

@@ -13,12 +13,12 @@ VITE_DROP_CONSOLE = true
 VITE_BUILD_COMPRESS = 'none'
 
 # Basic interface address SPA
-VITE_GLOB_API_URL=http://139.186.154.72:80/admin
+VITE_GLOB_API_URL=http://api.cqtd.games/admin
 # VITE_GLOB_API_URL=http://localhost:8888/admin
 
 # File upload address, optional
 # It can be forwarded by nginx or write the actual address directly
-VITE_GLOB_UPLOAD_URL=http://139.186.154.72:80/admin
+VITE_GLOB_UPLOAD_URL=http://api.cqtd.games/admin
 # VITE_GLOB_UPLOAD_URL=http://localhost:8888/admin/upload
 
 # Interface prefix
@@ -34,4 +34,4 @@ VITE_USE_PWA = false
 VITE_LEGACY = false
 
 # imgurl prefix
-VITE_GLOB_IMG_URL_PREFIX=http://pyadmin.cqtd.games
+VITE_GLOB_IMG_URL_PREFIX=http://api.cqtd.games