让设备绑定后不进行跳转到调试页面
This commit is contained in:
parent
63c41a0720
commit
d82cf5bc98
|
|
@ -323,12 +323,12 @@ export default {
|
||||||
duration: 2000,
|
duration: 2000,
|
||||||
})
|
})
|
||||||
|
|
||||||
// 延迟跳转,让用户看到成功提示
|
// // 延迟跳转,让用户看到成功提示
|
||||||
setTimeout(() => {
|
// setTimeout(() => {
|
||||||
uni.navigateTo({
|
// uni.navigateTo({
|
||||||
url: `/page_user/luru/controlDevice?sn=${encodeURIComponent(this.sn)}`,
|
// url: `/page_user/luru/controlDevice?sn=${encodeURIComponent(this.sn)}`,
|
||||||
})
|
// })
|
||||||
}, 2000)
|
// }, 2000)
|
||||||
} else {
|
} else {
|
||||||
throw new Error(res.msg || '绑定失败')
|
throw new Error(res.msg || '绑定失败')
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user