log
zhoudw
2022-02-14 56d09d42795eb26f7c3fae0ea00131d44a4c6f1a
src/views/iframe/iframe.vue
@@ -12,7 +12,7 @@
</template>
<script>
import { mapActions, mapState } from "vuex";
import VConsole from 'vconsole';
// import VConsole from 'vconsole';
export default {
  data(){
    return{
@@ -36,7 +36,7 @@
    this.iframeWin = this.$refs.iframe.contentWindow;
  },
  created () {
     let vConsole = new VConsole() // 初始化
    //  let vConsole = new VConsole() // 初始化
     let item = JSON.parse(localStorage.getItem("item"));
     this.scenes_id = item.scenes_id;
     this.scenes_name = item.scenes_name;
@@ -166,8 +166,6 @@
                        action:'cleanup',
                        state:'ok',
                        data:{
                          access_token:_this.access_token,
                          serverId:serverId
                        }
                      });
                    }