Browse Source

perf: 生产环境地址修改

曾坤森 2 months ago
parent
commit
2b3bdea077
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .env.production

+ 2 - 2
.env.production

@@ -1,3 +1,3 @@
 VITE_NODE_ENV= production
-VITE_API_BASE_URL= 'http://192.168.1.214:5000/'
-VITE_API_DOWN_URL= 'http://192.168.1.214:5000/'
+VITE_API_BASE_URL= 'https://192.168.1.214:5000/'
+VITE_API_DOWN_URL= 'https://192.168.1.214:5000/'