From c89113ec9b5032b5553334ec6c9ac3700ba6c398 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 23 六月 2022 16:35:29 +0800
Subject: [PATCH] 1.设备管理、设备类型(查询、新增、删除)功能开发 2.设备管理、设备组(查询、新增、删除)功能开发

---
 .env.development |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.env.development b/.env.development
index 5fd6935..2c7f004 100644
--- a/.env.development
+++ b/.env.development
@@ -2,4 +2,6 @@
 ENV = 'development'
 
 # base api
-VUE_APP_BASE_API = 'http://121.196.36.24:8001/api/'
+VUE_APP_BASE_API = '/api/'
+#VUE_APP_BASE_API = 'http://47.96.97.237/API/'
+

--
Gitblit v1.9.3