Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
f34d1cbc
Commit
f34d1cbc
authored
Oct 15, 2019
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:bread href
parent
1c8b879c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
main.89128f370de0858f38ce.js
dist/static/js/main.89128f370de0858f38ce.js
+0
-0
index.vue
src/components/layout/index.vue
+7
-1
No files found.
dist/static/js/main.89128f370de0858f38ce.js
View file @
f34d1cbc
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/components/layout/index.vue
View file @
f34d1cbc
...
...
@@ -6,7 +6,7 @@
<div
class=
"layout-right"
:class=
"[
{ asideShow: asideShow }, { collapseFlag: asideShow
&&
collapseFlag }]">
<div
class=
"layout-title"
>
<el-breadcrumb
class=
"dm-breadcrumb"
separator=
"/"
>
<el-breadcrumb-item
:to=
"
{ path: '' }">
<a
href=
"/report/memberSummary
"
>
首页
</a></el-breadcrumb-item>
<el-breadcrumb-item
:to=
"
{ path: '' }">
<a
:href=
"url
"
>
首页
</a></el-breadcrumb-item>
<el-breadcrumb-item
:class=
"
{ 'no-link': !v.path }" v-for="(v, i) in breadcrumb" :key="i" :to="{ path: v.path }">
{{
v
.
name
}}
</el-breadcrumb-item>
</el-breadcrumb>
<h3>
...
...
@@ -26,7 +26,13 @@
</
template
>
<
script
>
import
asideMenu
from
'../aside-menu'
;
const
url
=
window
.
origin
.
indexOf
(
'hope'
)
>
-
1
?
'/report/#/memberSummary'
:
'/report/memberSummary'
;
export
default
{
data
()
{
return
{
url
,
}
},
components
:
{
asideMenu
},
...
...
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