From 4dc604ec7fd0a30d5d85abbf1d70ad6b0b99841d Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 28 八月 2024 15:34:43 +0800
Subject: [PATCH] rename
---
src/store/modules/user.ts | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/store/modules/user.ts b/src/store/modules/user.ts
index 8fd7e8d..53f2d69 100644
--- a/src/store/modules/user.ts
+++ b/src/store/modules/user.ts
@@ -44,7 +44,9 @@
roomId: 0,
roomName: "",
bedNo: "",
- onstage: true
+ status: null,
+ docId: null,
+ docName: null
}
}),
getters: {
@@ -64,7 +66,7 @@
getIsSetRoom(): boolean {
return this.isSetRoom
},
- getRoom(): RoomVO {
+ getRoom(): RoomVO | null {
return this.room
}
},
@@ -151,7 +153,9 @@
roomId: 0,
roomName: "",
bedNo: "",
- onstage: true
+ status: null,
+ docId: null,
+ docName: null
}
}
}
--
Gitblit v1.9.3