Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
d01d9399
Commit
d01d9399
authored
May 16, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加手工标签编辑页面跳回会员标签页面的功能
parent
ee50d976
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
nav.vue
src/components/nav/nav.vue
+4
-0
manualTagEdit.vue
src/view/manualTag/manualTagEdit.vue
+1
-1
No files found.
src/components/nav/nav.vue
View file @
d01d9399
...
...
@@ -56,6 +56,10 @@ export default {
}
},
methods
:
{
/**
* 使用点击事件手动控制路由跳转,所以el-breadcrumb-item标签中无需再用to属性绑定跳转路径
* 我需要去掉to属性吗?我也很纠结。。。
* */
changeRoute
(
path
,
relocation
)
{
let
that
=
this
;
if
(
relocation
)
{
...
...
src/view/manualTag/manualTagEdit.vue
View file @
d01d9399
...
...
@@ -225,7 +225,7 @@ export default {
},
{
name
:
'会员标签'
,
path
:
''
path
:
`/member-tag`
,
},
// {
// name: '手工标签列表',
...
...
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