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