feat: 新增移动端配置信息
Build and Deploy Vue3 / build (push) Successful in 1m33s
Build and Deploy Vue3 / deploy (push) Successful in 1m15s

This commit is contained in:
2026-03-17 18:40:12 +08:00
parent f4dbf17ce9
commit cd16ec17ae
6 changed files with 989 additions and 216 deletions
+1
View File
@@ -270,6 +270,7 @@ import { closeAllMessage } from '../../utils/message'
formData.append('files', file)
formData.append('file_names', file.name)
formData.append('update_type', 'cover')
formData.append('open_down', 'true')
try {
const res = await uploadFile(formData)