|
@@ -10,7 +10,7 @@ const clientStore = client();
|
|
|
export const checkInfo = defineStore('checkInfo', () => {
|
|
export const checkInfo = defineStore('checkInfo', () => {
|
|
|
// 定义设备列表
|
|
// 定义设备列表
|
|
|
const devices = reactive({
|
|
const devices = reactive({
|
|
|
-/* mcu: {
|
|
|
|
|
|
|
+ mcu: {
|
|
|
status: 0,
|
|
status: 0,
|
|
|
msg_type: "connect_mcu",
|
|
msg_type: "connect_mcu",
|
|
|
msg: "未连接",
|
|
msg: "未连接",
|
|
@@ -19,7 +19,7 @@ export const checkInfo = defineStore('checkInfo', () => {
|
|
|
status: 0,
|
|
status: 0,
|
|
|
msg_type: "connect_bluetooth",
|
|
msg_type: "connect_bluetooth",
|
|
|
msg: "未连接",
|
|
msg: "未连接",
|
|
|
- },*/
|
|
|
|
|
|
|
+ },
|
|
|
cam_control: {
|
|
cam_control: {
|
|
|
status: 0,
|
|
status: 0,
|
|
|
msg_type: "cam_control",
|
|
msg_type: "cam_control",
|