From 19977f7e862a8046712e8fb617cbca0f7decb4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Sat, 22 Feb 2025 14:29:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 2baef91..a949d21 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ # 开发环境配置 ENV = 'development' -VITE_APP_API_HOST = 'http://192.168.0.58:7000' -# VITE_APP_API_HOST = 'http://127.0.0.1:7000' +# VITE_APP_API_HOST = 'http://192.168.0.58:7000' +VITE_APP_API_HOST = 'http://127.0.0.1:7000' # VITE_APP_API_HOST = 'http://192.168.50.163:7000' # 开发环境 diff --git a/package.json b/package.json index 400c679..3f92624 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "axios": "^0.27.2", "countup.js": "^2.1.0", "crypto-js": "^4.1.1", + "doan": "file:", "echarts": "^5.5.0", "echarts-liquidfill": "^3.1.0", "element-plus": "^2.4.1",