Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
company-portal-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
company-portal-ui
Commits
a8050bf0
Commit
a8050bf0
authored
Mar 04, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导航
parent
1e640a0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
14 deletions
+4
-14
admin/public/index.html
admin/public/index.html
+4
-8
admin/src/components/common/header/Header.vue
admin/src/components/common/header/Header.vue
+0
-6
No files found.
admin/public/index.html
View file @
a8050bf0
...
...
@@ -3,7 +3,8 @@
<head>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
/>
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0" />-->
<meta
name=
"viewport"
content=
"width=1280px, initial-scale=1.0, maximum-scale=2.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>sbgl.ico"
/>
<title>
公司通用官网平台
</title>
<style>
...
...
@@ -13,13 +14,8 @@
}
</style>
</head>
<body>
<noscript>
<strong
>
We're sorry but app doesn't work properly without JavaScript enabled.
Please enable it to continue.
</strong
>
</noscript>
<body
>
<div
id=
"app"
></div>
</body>
</html>
admin/src/components/common/header/Header.vue
View file @
a8050bf0
...
...
@@ -33,16 +33,12 @@
<el-col
:span=
"4"
>
<el-button
@
click=
"login_redirct()"
class=
"blue-button"
style=
"float: left;"
round
>
管理平台登录
</el-button>
<!-- <img src="../../../assets/images/manage_login.png" style="margin-top:10px;float: right;margin-right: 50px" @click="login_redirct()" alt="">
-->
</el-col>
</el-row>
<!-- <div class="nav" style="" >
<ul class="am-nav am-nav-pills am-nav-justify">
<li ><img src="../../../assets/images/logo_portal.png" style="width: 150px" alt=""></li>
...
...
@@ -60,8 +56,6 @@
</div>
<div
:class=
"tops?'navbar':'navbar-top'"
>
<el-tooltip
class=
"item"
effect=
"dark"
placement=
"left"
>
...
...
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