songlin3 3 ans auparavant
Parent
commit
2e7b2ff73b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      2020/trail/aiot/src/views/iot-portal/layertwo.vue

+ 2 - 2
2020/trail/aiot/src/views/iot-portal/layertwo.vue

@ -12,7 +12,7 @@
12 12
          <div class="layertwo-content four" @click="Index4">
13 13
            云端存转设备消息
14 14
          </div>
15
          <div class="layertwo-content five" @click="Index4">云端下发指令</div>
15
          <div class="layertwo-content five" @click="Index5">云端下发指令</div>
16 16
        </div>
17 17
        <div v-show="Index === 1" class="tab-content">
18 18
          <img src="../../assets/laytwo1.png" />
@ -45,7 +45,7 @@ export default {
45 45
  components: {},
46 46
  data() {
47 47
    return {
48
      Index: 5,
48
      Index: 1,
49 49
    };
50 50
  },
51 51
  methods: {