Commit 09b589fb by peijy

1.3

parent 7e2fca77
......@@ -2,7 +2,7 @@
<router-view> </router-view>
</template>
<script setup>
var vConsole = new VConsole();
// var vConsole = new VConsole();
</script>
<style lang="less">
html {
......
......@@ -27,9 +27,9 @@
<div class="m_top_info_div">
<div class="row_top">
<span class="m_top_info_one"> {{ state.studentName }}</span>
<span @click="onLoginOut" class="m_top_info_rtun">
退出登录</span
>
<!-- <span @click="onLoginOut" class="m_top_info_rtun">-->
<!-- 退出登录</span-->
<!-- >-->
</div>
<div class="m_top_info_bot2">
......
......@@ -31,9 +31,9 @@
<span class="m_top_info_one">
{{ state.teacherInfo.teacherName }}</span
>
<span @click="onLoginOut" class="m_top_info_rtun">
退出登录</span
>
<!-- <span @click="onLoginOut" class="m_top_info_rtun">-->
<!-- 退出登录</span-->
<!-- >-->
</div>
<div class="m_top_info_bot2">
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment