修改一处文字

This commit is contained in:
GoEdgeLab
2021-07-12 10:27:35 +08:00
parent 2f0627aa23
commit 6375b543f3

View File

@@ -59,7 +59,7 @@
</a> </a>
<!-- 背景颜色 --> <!-- 背景颜色 -->
<a href="" class="item" title="点击切换背景颜色" @click.prevent="changeTheme()"><i class="icon adjust"></i></a> <a href="" class="item" title="点击切换界面风格" @click.prevent="changeTheme()"><i class="icon adjust"></i></a>
<!-- 退出登录 --> <!-- 退出登录 -->
<a :href="Tea.url('logout')" class="item" title="安全退出登录"><i class="icon sign out"></i> <a :href="Tea.url('logout')" class="item" title="安全退出登录"><i class="icon sign out"></i>