Merge remote-tracking branch 'origin/dev_aliyun' into dev_aliyun

dev_static
杨树明 5 years ago
commit fa1afe70c0

@ -225,7 +225,7 @@ class GraduationTasksController < ApplicationController
}
attachment = work.attachments.last
if attachment
o[:downloadUrl] = "https://#{edu_setting('host_name')}/"+download_url(attachment)
o[:downloadUrl] = "#{edu_setting('host_name')}"+download_url(attachment)
end
o

Loading…
Cancel
Save