新增Login工具,修改部分bug
This commit is contained in:
@@ -76,6 +76,16 @@ public class AliYunPanUtil{
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* 暂停备份
|
||||
*/
|
||||
public void stopBackup() {
|
||||
CommonConstants.addConsole("暂停成功");
|
||||
startBackup.setText("开始暂停");
|
||||
startBackup.setEnabled(false);
|
||||
CommonConstants.BACK_STATE = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* 上传二级文件夹
|
||||
* @param fileId
|
||||
|
Reference in New Issue
Block a user