ZaiZai 1 年間 前
コミット
d2d91aa00e
1 ファイル変更1 行追加3 行削除
  1. 1 3
      src/views/system/app.vue

+ 1 - 3
src/views/system/app.vue

@@ -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";