From 65862af3f4dd0ff858c4834ec8ca7373e2872423 Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Wed, 5 Jun 2019 10:46:28 +0800
Subject: [PATCH] 6

---
 public/themes/simpleboot3/portal/personalcenter/add_information.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/portal/personalcenter/add_information.html b/public/themes/simpleboot3/portal/personalcenter/add_information.html
index 9a960dc..2ddfa55 100644
--- a/public/themes/simpleboot3/portal/personalcenter/add_information.html
+++ b/public/themes/simpleboot3/portal/personalcenter/add_information.html
@@ -167,7 +167,7 @@
                 mask("上传图片过大,请上传小于1M的图片");
             } else {
                 $.ajaxFileUpload({
-                    url: '/upload/portal/', //用于文件上传的服务器端请求地址
+                    url: '/upload/portal/20190521', //用于文件上传的服务器端请求地址
                     secureuri: false, //是否需要安全协议,一般设置为false
                     fileElementId: 'personal-photo', //文件上传域的ID
                     dataType: 'json', //返回值类型 一般设置为json
--
libgit2 0.24.0