guhongwei 4 years ago
parent
commit
4110f50b75

+ 1 - 1
src/layout/adminCenter/menuInfo.vue

@@ -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 } });

+ 1 - 1
src/views/hall/directBefore.vue

@@ -50,7 +50,7 @@ export default {
       }
     },
     dockBtn(data) {
-      if (data.room_id == '1005') {
+      if (data.room_id == '1007') {
         this.$router.push({ path: '/halltwo/directTwo', query: { id: data.id, title: data.title } });
       } else {
         this.$router.push({ path: '/hall/direct', query: { id: data.id, title: data.title } });

+ 1 - 1
src/views/hallList/parts/productlist.vue

@@ -93,7 +93,7 @@ export default {
     },
     // 查看成果
     check(item) {
-      if (item.room_id == '1005') {
+      if (item.room_id == '1007') {
         this.$router.push({ path: '/halltwo/detail', query: { dock_id: item.id } });
       } else {
         this.$router.push({ path: '/hallList/zongjie', query: { id: item.id } });