完善车辆管理模块

This commit is contained in:
2023-08-16 17:29:17 +08:00
parent c27a99d0ac
commit 1a119820dd
23 changed files with 389 additions and 92 deletions

View File

@ -22,6 +22,12 @@ export const myMixins = {
document.execCommand('copy');
window.getSelection().removeAllRanges(); // 清除选择内容的高亮状态
this.$toast('复制成功')
},
goBack(){//h5返回APP
window.android.sendMessage("goBack");
},
h5GoBack(){
this.$router.back();
}
}
}