Commit 43755b23 by haojie

修改阿里云上传超市时间

parent ed4296ee
......@@ -28,7 +28,6 @@
<script lang="ts" setup>
import { ref } from 'vue';
import ChangeName from '@/components/changeName.vue';
import { vLazy } from '@/utils/command';
const props = withDefaults(
defineProps<{
id: string | number;
......
......@@ -2,7 +2,7 @@ import axios from 'axios';
import { MessagePlugin } from 'tdesign-vue-next';
const instance: any = axios.create({
timeout: 60000,
timeout: 60 * 60 * 1000,
withCredentials: false,
});
instance.all = axios.all;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment