style:弹窗提示

This commit is contained in:
zhangyc
2023-01-13 08:33:25 +08:00
parent 06e6843af6
commit 1084781244
2 changed files with 3 additions and 1 deletions

View File

@@ -2164,7 +2164,7 @@ export default {
})
.catch((err) => {
console.log(err);
message.error("获取路径列表失败" + err);
// message.error("获取路径列表失败" + err);
});
};