@@ -253,7 +253,6 @@ const toCopyClick = async () => {
uni.hideLoading();
if (!error && code === 200) {
successToast('复制成功');
- getNodeStatus().then()
setTimeout(() => {
toBack()
}, 1500)
@@ -284,7 +283,6 @@ const toHideClick = async () => {
successToast('隐藏成功');