yyb
3 天以前 39a59f4b31181904497ecc1db26d1f0183b81d77
components/scan/scan.vue
@@ -26,9 +26,12 @@
            console.log('设备品牌:', brand);
            console.log('设备型号:', model);
            if (brand.indexOf("DS-MDT202") != -1) {
               action = "android.intent.ACTION_SCAN_OUTPUT";
               extraKey = "barcode";
            }
            // Zebra设备配置
            if (brand.indexOf("ZEBRA") != -1 && model.indexOf("TC2") != -1) {
            else if (brand.indexOf("ZEBRA") != -1 && model.indexOf("TC2") != -1) {
               action = "com.zebra.scan";
               extraKey = "com.motorolasolutions.emdk.datawedge.data_string";
            }