From 304594bdc1556966e70b123e9600a84c620ac3ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B7=A6=E5=93=A5?= <17630302050@163.com>
Date: Tue, 21 Oct 2025 23:18:13 +0800
Subject: [PATCH] dsds
---
.env.development | 2 +-
.env.production | 2 +-
components.d.ts | 12 --
src/components/UserCard/index.vue | 24 ++-
src/views/chat/index.vue | 80 +++++++-
src/views/wxChat/index.vue | 317 ++++++++++++++++++++++++++++++
6 files changed, 416 insertions(+), 21 deletions(-)
create mode 100644 src/views/wxChat/index.vue
diff --git a/.env.development b/.env.development
index 589516e..561e73f 100644
--- a/.env.development
+++ b/.env.development
@@ -3,4 +3,4 @@ NODE_ENV = 'development'
VITE_APP_BASE_API = 'https://mini-chat.1024tool.vip/api'
VITE_SERVE = "https://mini-chat.1024tool.vip/api"
-
+VITE_APP_BASE_API_img = "https://mini-chat.1024tool.vip/"
diff --git a/.env.production b/.env.production
index 092c243..d914d14 100644
--- a/.env.production
+++ b/.env.production
@@ -2,4 +2,4 @@
NODE_ENV = 'production'
VITE_APP_BASE_API = 'https://dsjhd9s.tbmw.cn/api/'
VITE_SERVE = "https://dsjhd9s.tbmw.cn/api/"
-
+VITE_APP_BASE_API_img = "https://dsjhd9s.tbmw.cn/"
\ No newline at end of file
diff --git a/components.d.ts b/components.d.ts
index 369448a..c66751b 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -12,13 +12,10 @@ declare module 'vue' {
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
- ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
ElCol: typeof import('element-plus/es')['ElCol']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElContainer: typeof import('element-plus/es')['ElContainer']
- ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
- ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElHeader: typeof import('element-plus/es')['ElHeader']
@@ -26,30 +23,21 @@ declare module 'vue' {
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
- ElLink: typeof import('element-plus/es')['ElLink']
ElMain: typeof import('element-plus/es')['ElMain']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopover: typeof import('element-plus/es')['ElPopover']
- ElProgress: typeof import('element-plus/es')['ElProgress']
- ElRadio: typeof import('element-plus/es')['ElRadio']
- ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSelectV2: typeof import('element-plus/es')['ElSelectV2']
- ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
- ElTag: typeof import('element-plus/es')['ElTag']
- ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
- ElTour: typeof import('element-plus/es')['ElTour']
- ElTourStep: typeof import('element-plus/es')['ElTourStep']
IndexUser: typeof import('./src/components/TagClass/indexUser.vue')['default']
KeyWords: typeof import('./src/components/KeyWords/index.vue')['default']
MaterialPublic: typeof import('./src/components/MaterialPublic/index.vue')['default']
diff --git a/src/components/UserCard/index.vue b/src/components/UserCard/index.vue
index 5783098..dc81040 100644
--- a/src/components/UserCard/index.vue
+++ b/src/components/UserCard/index.vue
@@ -8,7 +8,10 @@