// #ifdef APP-PLUS export default { data() { return { } }, created(){ this.listenScan() }, methods: { listenScan(){ } } } // #endif