From 2289b43516a6d0f245d3e4333e90aa63b615b9ec Mon Sep 17 00:00:00 2001 From: Bai Date: Mon, 30 Jan 2023 18:24:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E6=A0=91=E8=8A=82=E7=82=B9=20url=20/=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AssetSelect/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AssetSelect/index.vue b/src/components/AssetSelect/index.vue index 69a428738..5b603953a 100644 --- a/src/components/AssetSelect/index.vue +++ b/src/components/AssetSelect/index.vue @@ -47,7 +47,7 @@ export default { }, baseNodeUrl: { type: String, - default: '/api/v1/assets/nodes/' + default: '/api/v1/assets/nodes' }, value: { type: Array,