Compare commits
No commits in common. "68c5ffdb64c164c35a7ef551f336737601930573" and "6296bc5e19521cf4c3a65a9a2fe727a03a416d16" have entirely different histories.
68c5ffdb64
...
6296bc5e19
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
@ -1,14 +0,0 @@
|
||||
{
|
||||
"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
16
.vscode/tasks.json
vendored
@ -1,16 +0,0 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "uni:h5",
|
||||
"type": "npm",
|
||||
"script": "dev --devtools",
|
||||
"isBackground": true,
|
||||
"problemMatcher": "$vite",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
2
env/.env.development
vendored
2
env/.env.development
vendored
@ -4,5 +4,3 @@ 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
2
env/.env.production
vendored
@ -5,6 +5,6 @@ VITE_DELETE_CONSOLE = true
|
||||
# 是否开启sourcemap
|
||||
VITE_SHOW_SOURCEMAP = false
|
||||
|
||||
VITE_SERVER_BASEURL = 'https://erpapi.fontree.cn' # 体制外 OA
|
||||
VITE_SERVER_BASEURL = 'http://114.218.158.24:9020'
|
||||
|
||||
|
||||
|
@ -2163,6 +2163,7 @@ const isFileType = (name: string) => {
|
||||
.tops {
|
||||
padding-top: var(--status-bar-height);
|
||||
}
|
||||
|
||||
.flex-i {
|
||||
display: flex !important;
|
||||
}
|
||||
|
BIN
src/static/aichat/Back.png
Normal file
BIN
src/static/aichat/Back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 478 B |
Loading…
Reference in New Issue
Block a user