yujialong 3 months ago
parent 1c3297c0c0
commit 999066b59b
  1. 4
      src/components/TestPanel.vue

@ -151,7 +151,7 @@
</el-container>
</el-container>
<div :class="['toggle-panel', { active: pannelVisible, ai: isAI }]">
<div :class="['toggle-panel', { active: pannelVisible, ai: third }]">
<!-- <div @click="togglePannel"> -->
<div>
<i class="el-icon-rank drag-icon" id="drag"></i>
@ -221,7 +221,7 @@ import Stomp from 'stompjs'
export default {
data () {
return {
isAI: Cookie.get('admin-isAI') == 'true' ? true : false,
third: Cookie.get('admin-third'), // iframe
token: Cookie.get('admin-token'),
systemId: Cookie.get('admin-systemId') || 1,
classId: Cookie.get('admin-classId'),

Loading…
Cancel
Save