feat: merge code

This commit is contained in:
常东方 2025-06-06 11:33:11 +08:00
commit 68c5ffdb64
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