From 7544b3d3241ed5b3b86fa9068d6b800815217173 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Tue, 13 May 2025 14:08:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=80=9A=E8=AE=AF=E5=BD=95?= =?UTF-8?q?=E4=B8=AD=E5=91=98=E5=B7=A5=E9=80=9A=E8=AE=AF=E5=BD=95=E7=9A=84?= =?UTF-8?q?=E6=8C=89=E5=A7=93=E5=90=8D=E6=90=9C=E7=B4=A2=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=8A=9F=E8=83=BD=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../x-naive-ui/x-search-form/index.vue | 6 +- src/utils/auth.js | 2 +- src/views/message/inner/IndexSider.vue | 225 ++++++++++++++---- 3 files changed, 190 insertions(+), 43 deletions(-) diff --git a/src/components/x-naive-ui/x-search-form/index.vue b/src/components/x-naive-ui/x-search-form/index.vue index 56bcd93..febc773 100644 --- a/src/components/x-naive-ui/x-search-form/index.vue +++ b/src/components/x-naive-ui/x-search-form/index.vue @@ -34,6 +34,10 @@ const props = defineProps({ loading: { type: Boolean, default: false, + }, + customInputPlaceholder: { + type: String, + default: '请输入', } }) @@ -205,7 +209,7 @@ initData()