This commit is contained in:
parent
fcdce869e1
commit
dbd56a2cea
|
|
@ -12,7 +12,7 @@ import { set } from 'lodash'
|
|||
const { message } = createDiscreteApi(['message'])
|
||||
|
||||
let baseApiURL = import.meta.env.VITE_APP_baseApiURL //api原始链接
|
||||
const timeout = 10000 //api请求超时时间
|
||||
const timeout = 30000 //api请求超时时间
|
||||
|
||||
export const service = axios.create({
|
||||
//可创建多个 axios实例
|
||||
|
|
|
|||
|
|
@ -1025,7 +1025,7 @@ onMounted(async () => {
|
|||
}
|
||||
|
||||
.modal-container {
|
||||
height: 30vh;
|
||||
height: 40vh;
|
||||
width: 30%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -500,6 +500,7 @@ const handleChangeAudio = async (e) => {
|
|||
|
||||
if (res.code == 200) {
|
||||
message.success('删除音频成功')
|
||||
getAudioInfo()
|
||||
} else {
|
||||
message.error('删除音频失败')
|
||||
}
|
||||
|
|
@ -1025,7 +1026,7 @@ onMounted(async () => {
|
|||
}
|
||||
|
||||
.modal-container {
|
||||
height: 30vh;
|
||||
height: 40vh;
|
||||
width: 30%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Reference in New Issue