上传网速检测修改
This commit is contained in:
@@ -13,6 +13,8 @@ let timer = null, // 网速定时器
|
||||
export function AWSclose() {
|
||||
if (timer) {
|
||||
clearInterval(timer);
|
||||
timer = null;
|
||||
store.state.trials.uploadTip = '0kb/s'
|
||||
}
|
||||
bytesReceivedPerSecond = {};
|
||||
}
|
||||
|
||||
@@ -7,6 +7,8 @@ let savaData = {},
|
||||
export function OSSclose() {
|
||||
if (timer) {
|
||||
clearInterval(timer);
|
||||
timer = null;
|
||||
store.state.trials.uploadTip = '0kb/s'
|
||||
}
|
||||
bytesReceivedPerSecond = {};
|
||||
savaData = {};
|
||||
|
||||
Reference in New Issue
Block a user