Browse Source

增加过期时间

zhangliang2 2 years ago
parent
commit
a44b1e7255
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/systemManagement/components/uploadVM.vue

+ 1 - 1
src/views/systemManagement/components/uploadVM.vue

@@ -158,7 +158,7 @@ export default {
                 } */
 
                 let url = "";
-                let timeout = 1000 * 60 * 6;
+                let timeout = 1000 * 60 * 10;
 
                 if (this.model === "glb") {
                     url = this.$api.systemManagement.upload;