|
@@ -127,7 +127,7 @@ export default {
|
|
|
this.$router.push({ path: '/dockLogin' });
|
|
|
} else if (key == '10') {
|
|
|
let res = await this.fetch(this.user.uid);
|
|
|
- if (res.data.room_id == '1005') {
|
|
|
+ if (res.data.room_id == '1007') {
|
|
|
this.$router.push({ path: '/halltwo/directTwo', query: { id: res.data.id, title: res.data.title } });
|
|
|
} else {
|
|
|
this.$router.push({ path: '/hall/direct', query: { id: res.data.id, title: res.data.title } });
|