diff --git a/.env.development b/.env.development
index c2d2c3d..52ccbeb 100644
--- a/.env.development
+++ b/.env.development
@@ -1,2 +1,2 @@
# 开发环境基地址
-VITE_BASE_URL='http://frp.feashow.cn:31800/'
+VITE_BASE_URL='/api'
diff --git a/package.json b/package.json
index 4fe46a5..a14fbc7 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,8 @@
"pinia": "^2.0.35",
"sass": "^1.62.1",
"scss": "^0.2.4",
+ "sockjs-client": "^1.6.1",
+ "stompjs": "^2.3.3",
"unplugin-icons": "^0.16.1",
"vite-plugin-inspect": "^0.7.26",
"vue": "^3.2.47",
diff --git a/src/components/liveCall/LiveCallItem.vue b/src/components/liveCall/LiveCallItem.vue
new file mode 100644
index 0000000..0bf39c7
--- /dev/null
+++ b/src/components/liveCall/LiveCallItem.vue
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+
+
{{ item.nickName }}
+
{{ item.contactText }}
+
+
+
+
+
+
+
+
{{ item.nickName }}
+
{{ item.contactText }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/liveCall/index.vue b/src/components/liveCall/index.vue
new file mode 100644
index 0000000..3b3989b
--- /dev/null
+++ b/src/components/liveCall/index.vue
@@ -0,0 +1,36 @@
+
+ 实时通话
+
+
+
+
+
+
+
+
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 766f114..37c3d10 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -1,9 +1,11 @@
- 工作台
+
+
+