【类 型】:fix 跳转函数 路径参数写重复了

【原  因】:传参 和 函数内都加上了"/planes/index"
【过  程】:
【影  响】:
This commit is contained in:
tk 2024-08-07 13:01:06 +08:00
parent 89a7c96312
commit d90fe9982d

View File

@ -174,7 +174,7 @@ export default {
* @param path 飞机控制页面路由
*/
handlerRouterPlane (path) {
this.$router.push(`/planes/index/${path}`)
this.$router.push(path)
this.$emit('close-drawer')
},
/**