From 7c90333fcf5cb616560be48e73b1342bdec9667a Mon Sep 17 00:00:00 2001 From: changDongFang <2628162102@qq.com> Date: Fri, 6 Jun 2025 13:50:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=81=9C=E6=AD=A2=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=87=8D=E5=8F=91bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 14 ++++++++++ .vscode/tasks.json | 16 +++++++++++ env/.env.production | 2 +- src/pages/index/index.vue | 47 +++++++++++++++++++++++++++------ src/static/aichat/Back.png | Bin 478 -> 0 bytes src/static/aichat/enter-no.png | Bin 0 -> 1274 bytes src/static/aichat/stop.png | Bin 0 -> 1184 bytes 7 files changed, 70 insertions(+), 9 deletions(-) create mode 100644 .vscode/launch.json create mode 100644 .vscode/tasks.json delete mode 100644 src/static/aichat/Back.png create mode 100644 src/static/aichat/enter-no.png create mode 100644 src/static/aichat/stop.png diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..40f965b --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Debug h5", + "type": "chrome", + "runtimeArgs": ["--remote-debugging-port=9222"], + "request": "launch", + "url": "http://localhost:5173", + "webRoot": "${workspaceFolder}", + "preLaunchTask": "uni:h5" + } + ] +} diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..e8c343f --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,16 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "uni:h5", + "type": "npm", + "script": "dev --devtools", + "isBackground": true, + "problemMatcher": "$vite", + "group": { + "kind": "build", + "isDefault": true + } + } + ] +} diff --git a/env/.env.production b/env/.env.production index 21207fe..fe4a86a 100644 --- a/env/.env.production +++ b/env/.env.production @@ -5,6 +5,6 @@ VITE_DELETE_CONSOLE = true # 是否开启sourcemap VITE_SHOW_SOURCEMAP = false -VITE_SERVER_BASEURL = 'http://114.218.158.24:9020' +VITE_SERVER_BASEURL = 'https://erpapi.fontree.cn' # 体制外 OA diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index beeaa77..42abd21 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -42,7 +42,7 @@