Skip to content

Commit 512695a

Browse files
committed
export table enable
1 parent b6b7eaf commit 512695a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/packages/scriptis/module/hiveSidebar/hiveSidebar.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ export default {
146146
if (this.currentAcitved.dataType !== 'tb') {
147147
return false;
148148
}
149+
const baseinfo = storage.get("baseInfo", "local") || {}
150+
if (baseinfo.exportTableEnable === false) {
151+
return false
152+
}
149153
return this.checkAllow(this.currentAcitved.dbName);
150154
},
151155
navList() {

0 commit comments

Comments
 (0)