修改项目配置,更换图片
This commit is contained in:
@@ -12,7 +12,6 @@ const warnning = ref("");
|
||||
const roomNumber = ref("");
|
||||
|
||||
const enterRoom = () => {
|
||||
console.log(roomNumber.value);
|
||||
if (!roomNumber.value) {
|
||||
warnning.value = "请输入房间号";
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user