|
|
|
@ -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'), |
|
|
|
|