fix: 数据源指定schame

This commit is contained in:
taojinlong
2022-04-02 14:05:33 +08:00
parent 44c0efa859
commit 3da82ddd20
18 changed files with 38 additions and 33 deletions

View File

@@ -48,7 +48,7 @@ export default {
privileges: {
type: String,
required: false,
default: 'use'
default: null
},
clearEmptyDir: {
type: Boolean,