From 9fba96e37434eb722cc07019716db8e3ea407720 Mon Sep 17 00:00:00 2001 From: xushilin <1354769781@qq.com> Date: Mon, 17 Nov 2025 16:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E6=9C=AC=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=B7=BB=E5=8A=A0=E3=80=81?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=BF=AB=E6=8D=B7=E6=8F=90=E9=97=AE=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 3 +- pages/index/chat/index.vue | 204 +- pages/index/index.vue | 11 +- pages/index/search/index.vue | 101 +- request/index.js | 2 +- static/add.png | Bin 0 -> 2063 bytes static/copy.png | Bin 0 -> 686 bytes static/edit.png | Bin 0 -> 950 bytes static/plus-circle-fill.png | Bin 0 -> 1196 bytes static/plus-circle-fill2.png | Bin 0 -> 1111 bytes static/scss/index.scss | 4 + store/module/permission.js | 1 - unpackage/dist/dev/app-plus/app-service.js | 2144 +++++++++++++++----- unpackage/dist/dev/app-plus/app-view.js | 760 +++++-- utils/utils.js | 56 +- 15 files changed, 2595 insertions(+), 691 deletions(-) create mode 100644 static/add.png create mode 100644 static/copy.png create mode 100644 static/edit.png create mode 100644 static/plus-circle-fill.png create mode 100644 static/plus-circle-fill2.png diff --git a/config.js b/config.js index 29e873f..6803c85 100644 --- a/config.js +++ b/config.js @@ -5,7 +5,8 @@ if (process.env.NODE_ENV === 'production') { baseUrl = 'http://106.227.91.181:9081/api'; } else { // 非生产环境代码 - baseUrl = 'http://192.168.1.25:9020'; + // baseUrl = 'http://192.168.1.12:9020'; + baseUrl = 'http://106.227.91.181:9020' } const config = { baseUrl diff --git a/pages/index/chat/index.vue b/pages/index/chat/index.vue index 36a0bad..ec085d0 100644 --- a/pages/index/chat/index.vue +++ b/pages/index/chat/index.vue @@ -2,7 +2,7 @@ - {{ m.content }} + {{ m.content }} {{ m.duration }} @@ -42,15 +42,43 @@ + + + + {{item.text}} + + + + + + + + - + +