Shannon_mu преди 3 години
родител
ревизия
5e6b54d8fe
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      userCenter/src/views/sysManage/appVersionManage/popups/addAppVersionManage.vue

+ 1 - 1
userCenter/src/views/sysManage/appVersionManage/popups/addAppVersionManage.vue

@@ -173,7 +173,7 @@ export default {
             } else {
                 textfill = true;
                 this.isUploadText = '正在上传';
-                this.uploads.filePath = this.formData.productType + '/' + this.formData.curAppVer + '/';
+                this.uploads.filePath = `/${this.formData.productType}/${this.formData.curAppVer}/`;
             }
             return isApk && isApkSize && textfill;
         },