forked from github/dataease
fix(仪表板): 未登录用户访问公共连接tab组件中的视图,提示需要登录问题 #8680
This commit is contained in:
parent
4cd6bf97af
commit
17a6f5a1ab
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user