fix: 修复display引入的问题
This commit is contained in:
parent
3a16942876
commit
44e21cea8f
|
@ -12,7 +12,7 @@
|
|||
<ldap-setting/>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane v-if="hasLicense()" :label="$t('display.title')" name="display">
|
||||
<component :is="displayComponent"></component>
|
||||
<ms-display/>
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
</el-card>
|
||||
|
@ -38,12 +38,6 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
activeName: 'base',
|
||||
displayComponent: null,
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (display.default !== undefined) {
|
||||
this.displayComponent = "MsDisplay";
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue