瀏覽代碼

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