mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-01 23:18:17 +00:00
[Eslint]
This commit is contained in:
parent
d891b55d0b
commit
6ed638a9a1
@ -14,7 +14,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
</el-col>
|
||||
<el-col :span="4"></el-col>
|
||||
<el-col :span="4" />
|
||||
</el-row>
|
||||
</template>
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
<template>
|
||||
<div class="page">
|
||||
<PageHeading :title="title"></PageHeading>
|
||||
<div class="wrapper-content">
|
||||
</div>
|
||||
<PageHeading :title="title" />
|
||||
<div class="wrapper-content" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -39,7 +39,7 @@ export default {
|
||||
},
|
||||
needTagsView() {
|
||||
return false
|
||||
return this.$store.state.settings.tagsView
|
||||
// return this.$store.state.settings.tagsView
|
||||
},
|
||||
classObj() {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user