fix(仪表板): 未登录用户访问公共连接tab组件中的视图,提示需要登录问题 #8680

This commit is contained in:
wangjiahao 2024-04-01 12:10:30 +08:00
parent 4cd6bf97af
commit 17a6f5a1ab

View File

@ -84,6 +84,7 @@
:panel-info="panelInfo"
:in-screen="inScreen"
:show-position="showPosition"
:user-id="userId"
/>
</div>
@ -280,6 +281,10 @@ export default {
terminal: {
type: String,
default: 'pc'
},
userId: {
type: String,
require: false
}
},
data() {