Compare commits

...

12 Commits

Author SHA1 Message Date
68c5ffdb64 feat: merge code 2025-06-06 11:33:11 +08:00
韩庆伟
5482bbcbeb feat: 修改env文件 2025-05-22 09:26:38 +08:00
韩庆伟
fe47950a7c feat: 增加token接受 2025-05-21 19:57:22 +08:00
韩庆伟
8d3b8d3b3c fix: 修复回复bug 2025-05-21 19:54:21 +08:00
韩庆伟
185d04bc32 fix: 修复高度问题 2025-05-21 19:18:22 +08:00
韩庆伟
316e8101c3 fix: 修复按钮问题 2025-05-21 15:55:44 +08:00
韩庆伟
9f24fec9d6 fix: 修复token取值问题 2025-05-20 16:57:33 +08:00
韩庆伟
065d1b556f feat: 增加知识库 2025-05-20 16:55:52 +08:00
韩庆伟
8a636bfde3 fix: 修复页面间距 2025-05-20 09:03:16 +08:00
韩庆伟
35bc2f99e6 fix: 修复token传参问 2025-05-19 13:59:18 +08:00
韩庆伟
29bdcc1914 fix: 修复token赋值 2025-05-19 09:25:35 +08:00
韩庆伟
70625f6ea1 fix: 修复背景聊天消失和修复返回 2025-05-16 16:38:21 +08:00
6 changed files with 33 additions and 2 deletions

14
.vscode/launch.json vendored Normal file
View File

@ -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"
}
]
}

16
.vscode/tasks.json vendored Normal file
View File

@ -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
}
}
]
}

View File

@ -4,3 +4,5 @@ NODE_ENV = 'dev'
VITE_DELETE_CONSOLE = false
# 是否开启sourcemap
VITE_SHOW_SOURCEMAP = true
VITE_SERVER_BASEURL = 'http://114.218.158.24:9020'

2
env/.env.production vendored
View File

@ -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

View File

@ -2163,7 +2163,6 @@ const isFileType = (name: string) => {
.tops {
padding-top: var(--status-bar-height);
}
.flex-i {
display: flex !important;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 B