perf: Default endpoint cannot be disabled

This commit is contained in:
wangruidong
2024-10-09 14:55:48 +08:00
committed by Bryan
parent d5f16e90e2
commit 88173f852a

View File

@@ -41,13 +41,17 @@ export default {
},
oracle_port_range: {
disabled: true
},
is_active: {
disabled: this.$route.params.id === '00000000-0000-0000-0000-000000000001'
}
},
hasDetailInMsg: false
}
},
computed: {},
created() {},
created() {
},
methods: {}
}
</script>