From a6f64303f88508d1c4d6ce53ff46be6b745cfb93 Mon Sep 17 00:00:00 2001 From: chenyc <501753378@qq.com> Date: 星期二, 14 十月 2025 15:21:59 +0800 Subject: [PATCH] 完成营养师管理 --- .env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index f6a2c27..36b1135 100644 --- a/.env.development +++ b/.env.development @@ -2,5 +2,5 @@ ENV = development # 本地环境接口地址 -VITE_API_URL = 'http://testbs.ihemodialysis.com/' +VITE_API_URL = 'https://testbs.ihemodialysis.com/' # VITE_API_URL = 'https://hemobs.icoldchain.cn/' -- Gitblit v1.8.0