Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
7f54c09b
Commit
7f54c09b
authored
Jan 12, 2025
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
头部按钮修改
parent
6be16064
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
HeaderBtn.vue
src/components/layout/header/HeaderBtn.vue
+2
-2
index.js
src/router/index.js
+0
-0
No files found.
src/components/layout/header/HeaderBtn.vue
View file @
7f54c09b
<
template
>
<
template
>
<div
class=
"header-btn move-btn"
>
<div
class=
"header-btn move-btn"
>
<el-button
v-if=
"!user"
type=
"primary"
style=
"padding: 9px 30px;margin-right: 6px"
size=
"small"
<
!--
<
el-button
v-if=
"!user"
type=
"primary"
style=
"padding: 9px 30px;margin-right: 6px"
size=
"small"
@
click=
"handleToLogin"
>
注册/登录
@
click=
"handleToLogin"
>
注册/登录
</el-button>
</el-button>
<el-button
v-else
type=
"primary"
style=
"padding: 9px 30px;margin-right: 6px"
size=
"small"
@
click=
"handleExit"
>
退出登录
<el-button
v-else
type=
"primary"
style=
"padding: 9px 30px;margin-right: 6px"
size=
"small"
@
click=
"handleExit"
>
退出登录
</el-button>
</el-button>
-->
<div
class=
"top-banner-item tb-hover d-block d-xl-none d-lg-none"
@
click=
"handleSearch"
>
<div
class=
"top-banner-item tb-hover d-block d-xl-none d-lg-none"
@
click=
"handleSearch"
>
<img
src=
"../../../assets/image/head/search.png"
alt=
""
/>
<img
src=
"../../../assets/image/head/search.png"
alt=
""
/>
</div>
</div>
...
...
src/router/index.js
View file @
7f54c09b
This diff is collapsed.
Click to expand it.
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