完善车辆管理模块
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user