This commit is contained in:
BianLzhaoMin 2025-07-22 18:07:59 +08:00
parent fcdce869e1
commit dbd56a2cea
3 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,7 @@ import { set } from 'lodash'
const { message } = createDiscreteApi(['message']) const { message } = createDiscreteApi(['message'])
let baseApiURL = import.meta.env.VITE_APP_baseApiURL //api原始链接 let baseApiURL = import.meta.env.VITE_APP_baseApiURL //api原始链接
const timeout = 10000 //api请求超时时间 const timeout = 30000 //api请求超时时间
export const service = axios.create({ export const service = axios.create({
//可创建多个 axios实例 //可创建多个 axios实例

View File

@ -1025,7 +1025,7 @@ onMounted(async () => {
} }
.modal-container { .modal-container {
height: 30vh; height: 40vh;
width: 30%; width: 30%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@ -500,6 +500,7 @@ const handleChangeAudio = async (e) => {
if (res.code == 200) { if (res.code == 200) {
message.success('删除音频成功') message.success('删除音频成功')
getAudioInfo()
} else { } else {
message.error('删除音频失败') message.error('删除音频失败')
} }
@ -1025,7 +1026,7 @@ onMounted(async () => {
} }
.modal-container { .modal-container {
height: 30vh; height: 40vh;
width: 30%; width: 30%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;