@@ -1457,7 +1457,7 @@ const addNodeClick = async () => {
if (!error && code === 200) {
window?.$message?.success('新增成功')
addNodeModal.value = false
- // window?.location?.reload() //刷新页面
+ window?.location?.reload() //刷新页面
}