Commit eb6d6802 by wdc147

update

parent 4898f3bc
......@@ -11,7 +11,7 @@
export default {
methods: {
back () {
this.$router.push('/growth')
this.$router.push('/growthRecord')
}
}
}
......
......@@ -11,7 +11,7 @@
export default {
methods: {
back () {
this.$router.push('/growth')
this.$router.push('/growthRecord')
}
}
}
......
......@@ -26,7 +26,7 @@ export default [
component: Index
},
{
path: '/growth',
path: '/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