From 8f8205ef1e42ee7c94aa018946fb6fba994aeb33 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 03 十二月 2024 19:24:32 +0800
Subject: [PATCH] ll

---
 admin/.gitignore       |    2 +-
 admin/.env.development |   10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/admin/.env.development b/admin/.env.development
new file mode 100644
index 0000000..a124a35
--- /dev/null
+++ b/admin/.env.development
@@ -0,0 +1,10 @@
+# 寮�鍙戠幆澧冮厤缃�
+NODE_ENV = 'development'
+# 椤圭洰涓婁笅鏂囪矾寰�
+VUE_APP_CONTEXT_PATH = './'
+
+#VUE_APP_API_URL  = 'http://localhost:10010'
+VUE_APP_API_URL  = 'http://192.168.0.163:10010'
+# VUE_APP_API_URL  = 'https://dmtest.ahapp.net/fn_admin'
+#  VUE_APP_API_URL  = 'http://10.50.250.253:8088/gateway_interface'
+
diff --git a/admin/.gitignore b/admin/.gitignore
index 44007c7..c2dd892 100644
--- a/admin/.gitignore
+++ b/admin/.gitignore
@@ -1,7 +1,7 @@
 .DS_Store
 coderd.json
 node_modules
-.env.development
+# .env.development
 /dist
 
 

--
Gitblit v1.9.3