dedsudiyu před 2 roky
rodič
revize
a8b7978d6d
2 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 1 1
      src/views/codeHtml.vue
  2. 3 1
      src/views/system/apkfile/index.vue

+ 1 - 1
src/views/codeHtml.vue

@@ -197,7 +197,7 @@
   #codeHtml{
     font-size:80px;
     video{
-      width:1860px;
+      width:1820px;
       height:1050px;
       margin:20px;
     }

+ 3 - 1
src/views/system/apkfile/index.vue

@@ -390,6 +390,8 @@
       //版本管理页面开关
       upPage(){
         this.apkGetList();
+        this.$set(this,'upForm',);
+        this.$set(this,'fileData',);
         this.openUp = true;
       },
       //apk列表获取
@@ -632,7 +634,7 @@
       },
       fileSuccess(rootFile, file, response, chunk) {
         const result = JSON.parse(response);
-        if (result.success && !this.skip) {
+        if (result.code == 200 && !this.skip) {
           axios.post(httpHeader+process.env.VUE_APP_BASE_API+"/base/file/upload/merge", {
             identifier: file.uniqueIdentifier,
             filename: file.name,