Shannon_mu 2 tahun lalu
induk
melakukan
77ebecaa3d

+ 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;
         },