【类 型】:fix 跳转函数 路径参数写重复了
【原 因】:传参 和 函数内都加上了"/planes/index" 【过 程】: 【影 响】:
This commit is contained in:
parent
89a7c96312
commit
d90fe9982d
@ -174,7 +174,7 @@ export default {
|
|||||||
* @param path 飞机控制页面路由
|
* @param path 飞机控制页面路由
|
||||||
*/
|
*/
|
||||||
handlerRouterPlane (path) {
|
handlerRouterPlane (path) {
|
||||||
this.$router.push(`/planes/index/${path}`)
|
this.$router.push(path)
|
||||||
this.$emit('close-drawer')
|
this.$emit('close-drawer')
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user