From ad4afd9d676739d8ad67c134b9ea05ad32cf0c68 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 17 一月 2022 09:41:43 +0800 Subject: [PATCH] 优化通道选择页面样式 --- web_src/src/components/dialog/importChannel.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/dialog/importChannel.vue b/web_src/src/components/dialog/importChannel.vue index 6d83819..efd0893 100644 --- a/web_src/src/components/dialog/importChannel.vue +++ b/web_src/src/components/dialog/importChannel.vue @@ -14,7 +14,7 @@ <el-upload class="upload-box" drag - action="debug/api/push/upload" + :action="uploadUrl" name="file" > <i class="el-icon-upload"></i> @@ -38,6 +38,7 @@ showDialog: false, isLoging: false, isEdit: false, + uploadUrl: "debug/api/push/upload", }; }, methods: { -- Gitblit v1.8.0