@@ -229,7 +229,7 @@ export default {
Toast({
message: "未查询到该设备内容!",
type: "fail",
- duration: 1000,
+ duration: 2000,
onClose: () => {
this.$router.push({ path: "/" });
}