Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
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
bp
op-web-service
Commits
5df14751
Commit
5df14751
authored
May 27, 2021
by
mengwenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 合并冲突
parent
980a2383
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
index.vue
src/components/PageHeader/index.vue
+0
-15
No files found.
src/components/PageHeader/index.vue
View file @
5df14751
...
@@ -4,11 +4,7 @@
...
@@ -4,11 +4,7 @@
<el-menu
<el-menu
class=
"el-menu-demo"
class=
"el-menu-demo"
mode=
"horizontal"
mode=
"horizontal"
<<<<<<<
HEAD:fe
/
app
/
op-management
/
src
/
components
/
PageHeader
/
index
.
vue
router
=
======
:router=
"true"
:router=
"true"
>
>>>>>> dev:src/components/PageHeader/index.vue
@
select=
"handleSelect"
@
select=
"handleSelect"
background-color=
"#545c64"
background-color=
"#545c64"
text-color=
"#fff"
text-color=
"#fff"
...
@@ -38,17 +34,10 @@ export default {
...
@@ -38,17 +34,10 @@ export default {
basicPath
:
"/app/op-management"
,
basicPath
:
"/app/op-management"
,
};
};
},
},
<<<<<<<
HEAD
:
fe
/
app
/
op
-
management
/
src
/
components
/
PageHeader
/
index
.
vue
methods
:
{
handleSelect
(
path
)
{
this
.
activeMenu
=
path
;
}
=======
computed
:
{
computed
:
{
activeMenu
:
function
()
{
activeMenu
:
function
()
{
return
this
.
$route
.
path
;
return
this
.
$route
.
path
;
},
},
>>>>>>>
dev
:
src
/
components
/
PageHeader
/
index
.
vue
},
},
methods
:
{},
methods
:
{},
};
};
...
@@ -59,9 +48,5 @@ export default {
...
@@ -59,9 +48,5 @@ export default {
display: inline-block;
display: inline-block;
line-height: 60px;
line-height: 60px;
width: 100%;
width: 100%;
<<<<<<< HEAD:fe/app/op-management/src/components/PageHeader/index.vue
position: relative;
=======
>>>>>>> dev:src/components/PageHeader/index.vue
}
}
</
style
>
</
style
>
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