修改语音播放等三个bug

This commit is contained in:
田岩
2025-09-08 20:40:49 +08:00
parent c020397e20
commit daf47b213d
11 changed files with 335 additions and 105 deletions
+2
View File
@@ -6,6 +6,7 @@ import common from '@/common/common.js'
const ENV = import.meta.env
export const get_base_url = (url = '') => {
if (ENV.MODE === 'development') { // 开发环境
// #ifdef H5
if (url) {
@@ -21,6 +22,7 @@ export const get_base_url = (url = '') => {
// #endif
} else { // 其他环境,包括生产环境,sit环境,uat环境
return ENV.VITE_APP_BASE_API_Url
}
}