0.0.1版本

This commit is contained in:
2024-07-22 18:57:12 +08:00
parent e071bee532
commit bf0b0f6080
49 changed files with 868 additions and 499 deletions

View File

@@ -85,6 +85,10 @@ const crudColumns = ref([
{ title: "请求参数", dataIndex: "request_body", hide: true, formType: "textarea" },
{ title: "返回信息", dataIndex: "json_result", hide: true, formType: "textarea" }
])
defineOptions({
name: "operations"
})
</script>
<style lang="less" scoped></style>