From 6f274c59cb27a0946fe6200ad4eeca4bf28bd3b7 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 24 4月 2024 09:47:36 +0800
Subject: [PATCH] 2

---
 iWare_RawMaterialWarehouse_Web/.env.preview     |    9 +++++++++
 iWare_RawMaterialWarehouse_Web/.env             |    4 ++++
 iWare_RawMaterialWarehouse_Web/.env.development |   10 ++++++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/iWare_RawMaterialWarehouse_Web/.env b/iWare_RawMaterialWarehouse_Web/.env
new file mode 100644
index 0000000..4faa4be
--- /dev/null
+++ b/iWare_RawMaterialWarehouse_Web/.env
@@ -0,0 +1,4 @@
+NODE_ENV=production
+VUE_APP_PREVIEW=true
+VUE_APP_API_BASE_URL=http://10.10.40.166:8090
+VUE_APP_SOCKET_BASE_URL=ws://localhost:8090
\ No newline at end of file
diff --git a/iWare_RawMaterialWarehouse_Web/.env.development b/iWare_RawMaterialWarehouse_Web/.env.development
new file mode 100644
index 0000000..9b527fd
--- /dev/null
+++ b/iWare_RawMaterialWarehouse_Web/.env.development
@@ -0,0 +1,10 @@
+NODE_ENV=development
+VUE_APP_PREVIEW=true
+
+#鏈満鐜
+VUE_APP_API_BASE_URL=http://localhost:8090
+VUE_APP_SOCKET_BASE_URL=ws://localhost:8090
+
+#166鐜
+# VUE_APP_API_BASE_URL=http://10.10.40.166:5556
+# VUE_APP_SOCKET_BASE_URL=ws://10.10.40.166:5556
diff --git a/iWare_RawMaterialWarehouse_Web/.env.preview b/iWare_RawMaterialWarehouse_Web/.env.preview
new file mode 100644
index 0000000..b599be0
--- /dev/null
+++ b/iWare_RawMaterialWarehouse_Web/.env.preview
@@ -0,0 +1,9 @@
+NODE_ENV=production
+VUE_APP_PREVIEW=false
+#鏈満鐜
+#VUE_APP_API_BASE_URL=http://localhost:8090
+#VUE_APP_SOCKET_BASE_URL=ws://localhost:8090
+
+#166鐜
+VUE_APP_API_BASE_URL=http://10.10.40.166:5556
+VUE_APP_SOCKET_BASE_URL=ws://10.10.40.166:5556
\ No newline at end of file

--
Gitblit v1.9.3