This commit is contained in:
fan 2019-10-22 18:20:10 +08:00
commit 4f14075072
2 changed files with 2 additions and 6 deletions

View File

@ -17,11 +17,6 @@
</div>
</el-card>
</template>
<script>
import Cookies from 'js-cookie';
import { UrlConfig } from '@/router/index';

View File

@ -26,7 +26,8 @@
<span
class="el-icon-tickets"
:style="{color: data.valid ? 'green':''}"
>&nbsp;{{ tnode.label }}</span>
></span>
<span>&nbsp;{{ tnode.label }}</span>
</span>
</el-tree>
</el-scrollbar>