Browse Source

feat: 线上地址

LAPTOP-2ACP37JG\shark 3 years ago
parent
commit
d0249d5b47
1 changed files with 3 additions and 3 deletions
  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