From 1832eb70acb3b5badc27f166180536897c8e3c98 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 09 Jul 2024 16:44:45 +0800
Subject: [PATCH] 自选变成空数组后直接显示没有更多了

---
 src/page/authentication/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index f66a74b..6c59666 100644
--- a/src/page/authentication/index.vue
+++ b/src/page/authentication/index.vue
@@ -62,7 +62,7 @@
           <el-upload
             :with-credentials="true"
             class="avatar-uploader"
-            :action="admin + '/user/upload.do'"
+            :action="admin + 'user/upload.do'"
             list-type="picture-card"
             name="upload_file"
             :show-file-list="false"
@@ -88,7 +88,7 @@
           <el-upload
             :with-credentials="true"
             class="avatar-uploader"
-            :action="admin + '/user/upload.do'"
+            :action="admin + 'user/upload.do'"
             list-type="picture-card"
             name="upload_file"
             :show-file-list="false"

--
Gitblit v1.9.3