Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_zhxy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_zhxy
Commits
09b589fb
Commit
09b589fb
authored
Jan 03, 2024
by
peijy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.3
parent
7e2fca77
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
src/App.vue
+1
-1
src/views/tabbar/PersonInfo.vue
+3
-3
src/views/tabbar/TeacherInfo.vue
+3
-3
vue.config.js
+0
-0
No files found.
src/App.vue
View file @
09b589fb
...
...
@@ -2,7 +2,7 @@
<router-view>
</router-view>
</
template
>
<
script
setup
>
var
vConsole
=
new
VConsole
();
//
var vConsole = new VConsole();
</
script
>
<
style
lang=
"less"
>
html
{
...
...
src/views/tabbar/PersonInfo.vue
View file @
09b589fb
...
...
@@ -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"
>
...
...
src/views/tabbar/TeacherInfo.vue
View file @
09b589fb
...
...
@@ -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"
>
...
...
vue.config.js
View file @
09b589fb
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment