|
@@ -308,7 +308,7 @@ onBeforeMount(() => {
|
|
|
}
|
|
|
//左滑动
|
|
|
if (e?.data?.result == "next_item") {
|
|
|
- proxy?.$modal.msgSuccess('手势指令:左滑动');
|
|
|
+ // proxy?.$modal.msgSuccess('手势指令:左滑动');
|
|
|
if (projectList.value.length == 0) {
|
|
|
return false;
|
|
|
}
|
|
@@ -320,9 +320,9 @@ onBeforeMount(() => {
|
|
|
confirm();
|
|
|
}
|
|
|
//退出
|
|
|
- if (e?.data?.result == "exit") {
|
|
|
- proxy?.$modal.msgSuccess('手势指令:交叉手');
|
|
|
- }
|
|
|
+ // if (e?.data?.result == "exit") {
|
|
|
+ // proxy?.$modal.msgSuccess('手势指令:交叉手');
|
|
|
+ // }
|
|
|
//刷新
|
|
|
if (e?.data?.result == "refresh") {
|
|
|
window.location.reload()
|