Commit f5a8fc51 by wangdongchen

Merge branch 'wdc' into '1a86cad6'

Wdc

See merge request !19
parents b2b952d9 eb6d6802
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
export default { export default {
methods: { methods: {
back () { back () {
this.$router.push('/growth') this.$router.push('/growthRecord')
} }
} }
} }
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
export default { export default {
methods: { methods: {
back () { back () {
this.$router.push('/growth') this.$router.push('/growthRecord')
} }
} }
} }
......
...@@ -26,7 +26,7 @@ export default [ ...@@ -26,7 +26,7 @@ export default [
component: Index component: Index
}, },
{ {
path: '/growth', path: '/growthRecord',
component: growthRecord component: growthRecord
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment