Merge remote-tracking branch 'origin/main'

This commit is contained in:
=
2025-12-20 09:32:42 +08:00
3 changed files with 25 additions and 7 deletions
@@ -88,10 +88,13 @@
],
// accept: "image/*",
accept: "*",
upload_number: 9
upload_number: 9,
}
},
methods: {
GetQueryString(name) {
return new URLSearchParams(window.location.search).get(name)
},
beforeRead(file) {
return true
},
@@ -156,7 +159,8 @@
.post(
"/platform/sys/h5ScanCodeUploadFile/syncPc",
{
files: JSON.stringify(this.fileList)
files: JSON.stringify(this.fileList),
timestamp: this.GetQueryString("timestamp")
},
{
headers: {