src/components/chat/Chat.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/utils/request.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/chat/Chat.vue
@@ -51,7 +51,7 @@ <span v-else class="ywifont ywicon-loading1 animate-spin"></span> </template> --> <template #title> <span>{{ subItem.title }}</span> <span class="text-sm">{{ subItem.title }}</span> </template> </el-step> </el-steps> src/utils/request.ts
@@ -131,7 +131,7 @@ const createAxiosInstance = (option: Partial<CreateAxiosDefaults<any>> = {}) => { return axios.create({ baseURL: MAIN_URL, timeout: 50000, timeout: 120000, headers: { 'Content-Type': 'application/json;charset=utf-8 ' }, ...option, });