From 2695aeb5a9b2830b5502ca51a754e5a12677a838 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Fri, 17 Feb 2023 13:13:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84api=20url=20=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AssetSelect/dialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AssetSelect/dialog.vue b/src/components/AssetSelect/dialog.vue index 393c388d1..ebbfbd29e 100644 --- a/src/components/AssetSelect/dialog.vue +++ b/src/components/AssetSelect/dialog.vue @@ -17,7 +17,7 @@ :table-config="tableConfig" :url="baseUrl" :node-url="baseNodeUrl" - :tree-url="`${baseNodeUrl}/children/tree/`" + :tree-url="`${baseNodeUrl}children/tree/`" class="tree-table" />