From 7ae4f8a626802bc8f027aa091046db97635da879 Mon Sep 17 00:00:00 2001 From: chenyc <501753378@qq.com> Date: 星期一, 19 八月 2024 19:16:35 +0800 Subject: [PATCH] 完成首页母版 --- .env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 86f9384..bb87784 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ ENV = development # 本地环境接口地址 -VITE_API_URL = http://localhost:8181/ \ No newline at end of file +VITE_API_URL = 'http://testbs.ihemodialysis.com/' \ No newline at end of file -- Gitblit v1.8.0