瀏覽代碼

增加过期时间

zhangliang2 2 年之前
父節點
當前提交
a44b1e7255
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;