diff --git a/client/.env b/client/.env
new file mode 100644
index 0000000..efcd6de
--- /dev/null
+++ b/client/.env
@@ -0,0 +1,5 @@
+VITE_APP_TITLE=西安智慧应急
+VITE_APP_SUB_TITLE=综合执法
+VITE_APP_VERSION=v2.0
+VITE_BASE_URL=https://10.22.245.209:19190
+VITE_SSO_SECRET_KEY=2aVphzD769T07e/gfqzh7WsD+ow1DYeZmfUXkVyohcE=
\ No newline at end of file
diff --git a/client/.env.development b/client/.env.development
new file mode 100644
index 0000000..f0c75fe
--- /dev/null
+++ b/client/.env.development
@@ -0,0 +1,2 @@
+VITE_BASE_URL=http://218.77.106.90:16166
+VITE_SSO_SECRET_KEY=2aVphzD769T07e/gfqzh7WsD+ow1DYeZmfUXkVyohcE=
diff --git a/client/.env.test b/client/.env.test
new file mode 100644
index 0000000..87aaaf4
--- /dev/null
+++ b/client/.env.test
@@ -0,0 +1 @@
+VITE_BASE_URL=http://10.22.245.219:16165
\ No newline at end of file
diff --git a/client/.npmrc b/client/.npmrc
new file mode 100644
index 0000000..9b32d8f
--- /dev/null
+++ b/client/.npmrc
@@ -0,0 +1,4 @@
+sass_binary_site=https://registry.npmmirror.com/mirrors/node-sass/
+phantomjs_cdnurl=https://registry.npmmirror.com/mirrors/phantomjs/
+electron_mirror=https://registry.npmmirror.com/mirrors/electron/
+registry=https://registry.npmmirror.com/
\ No newline at end of file
diff --git a/client/README.md b/client/README.md
new file mode 100644
index 0000000..1511959
--- /dev/null
+++ b/client/README.md
@@ -0,0 +1,5 @@
+# Vue 3 + Vite
+
+This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `
+
+
+
+
+
+
+
+
+
+