mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
Merge branch 'zcwy-0306' into dev0223
This commit is contained in:
@@ -776,7 +776,7 @@ import {timeoutUpload} from "@/api/configPublic";
|
||||
// { value: 3, label: "已发布" },
|
||||
// ]);
|
||||
onMounted(()=>{
|
||||
timeoutUpload(1000*60*5)
|
||||
timeoutUpload(1000*60*20)
|
||||
state.tableLoading = true
|
||||
listData()
|
||||
})
|
||||
@@ -1271,9 +1271,11 @@ import {timeoutUpload} from "@/api/configPublic";
|
||||
state.stateUpload = false
|
||||
return false;
|
||||
}
|
||||
console.log(file.size)
|
||||
let isLt1M = file.size < 1024000000;
|
||||
if (!isLt1M) {
|
||||
message.error("文件大小超过1GB!");
|
||||
state.uploadTypes = false
|
||||
return false;
|
||||
}
|
||||
state.uploadDownLoad = true
|
||||
@@ -1857,7 +1859,7 @@ import {timeoutUpload} from "@/api/configPublic";
|
||||
.updataxq2 {
|
||||
position: absolute;
|
||||
right: 2px;
|
||||
top: -30px;
|
||||
top: -35px;
|
||||
color: #ff7474;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user