瀏覽代碼

上传app

Shannon_mu 2 年之前
父節點
當前提交
77ebecaa3d
共有 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;
         },