guhongwei 4 年之前
父节点
当前提交
4110f50b75
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/layout/adminCenter/menuInfo.vue
  2. 1 1
      src/views/hall/directBefore.vue
  3. 1 1
      src/views/hallList/parts/productlist.vue

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

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