From 7098891a4ac92dbe365596883099d63e99b8015c Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期三, 25 十月 2023 09:49:54 +0800 Subject: [PATCH] 图表修改动态id --- .env.development | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 5fe3cb4..8dca95d 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,6 @@ # 本地环境 ENV = 'development' +#VITE_API_URL = 'http://192.168.0.47:17080' -VITE_API_URL = 'http://121.239.169.41:9091' -#线上正式环境接口地址 \ No newline at end of file +#线上正式环境接口地址 +VITE_API_URL = 'http://121.239.169.30:17081/api' \ No newline at end of file -- Gitblit v1.9.2