Commit 09b589fb by peijy

1.3

parent 7e2fca77
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<router-view> </router-view> <router-view> </router-view>
</template> </template>
<script setup> <script setup>
var vConsole = new VConsole(); // var vConsole = new VConsole();
</script> </script>
<style lang="less"> <style lang="less">
html { html {
......
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
<div class="m_top_info_div"> <div class="m_top_info_div">
<div class="row_top"> <div class="row_top">
<span class="m_top_info_one"> {{ state.studentName }}</span> <span class="m_top_info_one"> {{ state.studentName }}</span>
<span @click="onLoginOut" class="m_top_info_rtun"> <!-- <span @click="onLoginOut" class="m_top_info_rtun">-->
退出登录</span <!-- 退出登录</span-->
> <!-- >-->
</div> </div>
<div class="m_top_info_bot2"> <div class="m_top_info_bot2">
......
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
<span class="m_top_info_one"> <span class="m_top_info_one">
{{ state.teacherInfo.teacherName }}</span {{ state.teacherInfo.teacherName }}</span
> >
<span @click="onLoginOut" class="m_top_info_rtun"> <!-- <span @click="onLoginOut" class="m_top_info_rtun">-->
退出登录</span <!-- 退出登录</span-->
> <!-- >-->
</div> </div>
<div class="m_top_info_bot2"> <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