✨ feat(37需求): 平台活动添加字段
This commit is contained in:
@@ -293,7 +293,7 @@ public async uploadQrCode() {
|
||||
|
||||
let filenames = part.filename.split('.');
|
||||
ext = filenames[filenames.length - 1];
|
||||
if(type == 'popNotice'|| type == 'loginPage' || type == 'loadingPage') {
|
||||
if(type == 'popNotice'|| type == 'loginPage' || type == 'loadingPage' || type == 'icon') {
|
||||
writePath = getLocalImgUrl(this.app.config.realEnv, type);
|
||||
fileName = `${moment().valueOf()}.${ext}`;
|
||||
remoteUrl = getRemoteImgUrl(this.app.config.realEnv, fileName, type);
|
||||
|
||||
Reference in New Issue
Block a user