From 51d86d1eab51b44ff5d61ba66465fa618338608f Mon Sep 17 00:00:00 2001 From: lzhe <lzhe@example.com> Date: 星期一, 20 五月 2024 12:20:26 +0800 Subject: [PATCH] 1 --- src/views/configuration/custom/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/configuration/custom/index.vue b/src/views/configuration/custom/index.vue index 3fe3070..4e85584 100644 --- a/src/views/configuration/custom/index.vue +++ b/src/views/configuration/custom/index.vue @@ -55,8 +55,7 @@ }, methods: { goSetField() { - console.log(this.$route,this.$router) - //this.$router.push({path: "/setField"}) + this.$router.push({path: '/configuration/custom/setField'}); } } } -- Gitblit v1.9.3