소스 검색

上传app

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