diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index dc286b5..15f5c49 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -151,7 +151,7 @@ -
+
@@ -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'),