|
@@ -42,7 +42,7 @@
|
|
|
|
|
|
<div slot-scope="{}" slot="fileUrlForm" style="display: inline-block;width: 100%;">
|
|
|
<el-input v-model="form.fileUrl">
|
|
|
- <el-upload slot="append" action="/api/blade-resource/oss/endpoint/put-file3" accept=".apk,.wgt,exe,dmg" :disabled="isLoading"
|
|
|
+ <el-upload slot="append" action="/api/blade-resource/oss/endpoint/put-file3" accept=".apk,.wgt,.exe,.dmg" :disabled="isLoading"
|
|
|
:on-remove="handleRemove" :limit="1" :headers='headers' :show-file-list="false"
|
|
|
:on-exceed="handleExceed" :on-success="handleSuccess" :on-progress="handleProgress" :on-error="handleError"
|
|
|
>
|
|
@@ -65,8 +65,6 @@ import {
|
|
|
updateDetail,
|
|
|
addDetail,
|
|
|
removeDetail
|
|
|
-
|
|
|
-
|
|
|
} from "@/api/system/app";
|
|
|
import {getDetail as packageDetail} from "@/api/system/tenantpackage";
|
|
|
import {mapGetters} from "vuex";
|