1
lzhe
2024-05-20 51d86d1eab51b44ff5d61ba66465fa618338608f
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'});
         }
      }
   }