From c5b305d4ff030775763091334836e22334bfea6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B7=A6=E5=93=A5?= <17630302050@163.com>
Date: Sun, 19 Oct 2025 21:27:04 +0800
Subject: [PATCH] 2323
---
.env.production | 4 +-
components.d.ts | 12 -
src/router/index.ts | 2 +-
src/views/chat/index copy.vue | 398 ++++++++++++++++++++++++++++++++++
src/views/chat/index.vue | 305 +++++++++++++++++++-------
5 files changed, 633 insertions(+), 88 deletions(-)
create mode 100644 src/views/chat/index copy.vue
diff --git a/.env.production b/.env.production
index 5761fa3..b0a8118 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV = 'production'
-VITE_APP_BASE_API = 'http://scrm.1024tool.vip/'
-VITE_SERVE = "http://scrm.1024tool.vip/"
+VITE_APP_BASE_API = 'https://mini-chat.1024tool.vip/'
+VITE_SERVE = "https://mini-chat.1024tool.vip/"
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/router/index.ts b/src/router/index.ts
index c6f1d25..a0e3fff 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -31,7 +31,7 @@ const constantRoutes = [
path: '/',
name: 'Layout',
component: () => import('@/layout/index.vue'),
- redirect: '/robot',
+ redirect: '/miniProgram',
meta: {
title: 'Layout',
},
diff --git a/src/views/chat/index copy.vue b/src/views/chat/index copy.vue
new file mode 100644
index 0000000..2470950
--- /dev/null
+++ b/src/views/chat/index copy.vue
@@ -0,0 +1,398 @@
+
+