Commit 43755b23 by haojie

修改阿里云上传超市时间

parent ed4296ee
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
<script lang="ts" setup> <script lang="ts" setup>
import { ref } from 'vue'; import { ref } from 'vue';
import ChangeName from '@/components/changeName.vue'; import ChangeName from '@/components/changeName.vue';
import { vLazy } from '@/utils/command';
const props = withDefaults( const props = withDefaults(
defineProps<{ defineProps<{
id: string | number; id: string | number;
......
...@@ -2,7 +2,7 @@ import axios from 'axios'; ...@@ -2,7 +2,7 @@ import axios from 'axios';
import { MessagePlugin } from 'tdesign-vue-next'; import { MessagePlugin } from 'tdesign-vue-next';
const instance: any = axios.create({ const instance: any = axios.create({
timeout: 60000, timeout: 60 * 60 * 1000,
withCredentials: false, withCredentials: false,
}); });
instance.all = axios.all; 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