Browse Source

feat: 修改api host 协议

jihuaqiang 2 months ago
parent
commit
4f4543fb78
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .env.development
  2. 1 1
      .env.production

+ 1 - 1
.env.development

@@ -1 +1 @@
-VITE_API_URL = http://test-tp-open.piaoquantv.com
+VITE_API_URL = https://test-tp-open.piaoquantv.com

+ 1 - 1
.env.production

@@ -1 +1 @@
-VITE_API_URL = http://tp-open.piaoquantv.com
+VITE_API_URL = https://tp-open.piaoquantv.com