index.js 141 B

123456789101112
  1. let sysinfo = uni.getSystemInfoSync();
  2. const Bluetooth = {
  3. state: {
  4. //蓝牙信息
  5. },
  6. mutations:{
  7. }
  8. }
  9. export default Bluetooth;