From f2edf18d0ab8939b68560182b734f8a3893c4495 Mon Sep 17 00:00:00 2001
From: VVT789 <sdxt_0802@163.com>
Date: 星期一, 17 二月 2025 23:08:18 +0800
Subject: [PATCH] update gitignore

---
 zhitan-vue/.gitignore       |    2 +-
 zhitan-vue/.env.development |   10 +++-------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/zhitan-vue/.env.development b/zhitan-vue/.env.development
index 849d24c..e2c2499 100644
--- a/zhitan-vue/.env.development
+++ b/zhitan-vue/.env.development
@@ -5,11 +5,7 @@
 VITE_APP_ENV = 'development'
 
 # 绯荤粺/寮�鍙戠幆澧�
-# wangxiang
-# VITE_APP_BASE_API = 'http://127.0.0.1:8080'
-# hangmingjun
-# VITE_APP_BASE_API = 'http://127.0.0.1:8080'
-# weishuaishuai
-# VITE_APP_BASE_API = 'https://demo-ems.zhitancloud.com'
 # test
-VITE_APP_BASE_API = 'http://139.159.201.118:8201'
+VITE_APP_BASE_API = 'http://127.0.0.1:8080'
+# hangmingjun
+
diff --git a/zhitan-vue/.gitignore b/zhitan-vue/.gitignore
index 78a752d..920f8b2 100644
--- a/zhitan-vue/.gitignore
+++ b/zhitan-vue/.gitignore
@@ -1,4 +1,4 @@
-.DS_Store
+*/.DS_Store
 node_modules/
 dist/
 npm-debug.log*

--
Gitblit v1.9.3