浏览代码

perf: 生产环境地址修改

曾坤森 2 月之前
父节点
当前提交
2b3bdea077
共有 1 个文件被更改,包括 2 次插入2 次删除
  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/'