【修复】修复分享链接多增加【/】反斜杠,导致二维码生成失败的问题。

This commit is contained in:
大灰灰
2022-09-24 22:15:59 +08:00
parent 03eaf8fb98
commit 0dbf3e05f4
2 changed files with 2 additions and 2 deletions
@@ -403,7 +403,7 @@ namespace CoreCms.Net.Services
jm.status = true; jm.status = true;
jm.msg = "GetQrCode"; jm.msg = "GetQrCode";
jm.data = AppSettingsConstVars.AppConfigAppInterFaceUrl + fileName; jm.data = AppSettingsConstVars.AppConfigAppInterFaceUrl + fileName;
jm.otherData = fileNameMin; jm.otherData = response;
} }
return jm; return jm;
} }
@@ -75,7 +75,7 @@ export const shareType = {
solitaire: 12, solitaire: 12,
}; };
export const shareUrl = '/pages/share/jump/jump'; //分享初始化地址 export const shareUrl = 'pages/share/jump/jump'; //分享初始化地址