Commit eaf66044 authored by 黄奎's avatar 黄奎

教育文件上传调整

parent fc573372
...@@ -470,7 +470,7 @@ export default { ...@@ -470,7 +470,7 @@ export default {
//真实上传文件方法 //真实上传文件方法
Vue.prototype.RealFileToTencent = function (path, fileObj, callback) { Vue.prototype.RealFileToTencent = function (path, fileObj, callback) {
let str = ''; let str = '';
str = "/2024/" //str = "/2024/"
var newFileName = str + path; var newFileName = str + path;
var upInfo = this.getLocalStorage().UploadConfig; var upInfo = this.getLocalStorage().UploadConfig;
var u_url = upInfo.UploadDomain; var u_url = upInfo.UploadDomain;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment