|
|
@@ -2,7 +2,7 @@ import axios from 'axios'
|
|
|
import { getToken, getTokenType } from '@/utils/auth'
|
|
|
|
|
|
const DEFAULT_TEST_BASE = 'http://172.16.35.50:8000'
|
|
|
-const DEFAULT_PROD_BASE = 'https://aqai.shudaodsj.com:22000'
|
|
|
+const DEFAULT_PROD_BASE = 'https://aqai.shudaodsj.com:22001'
|
|
|
|
|
|
function resolveBaseURL() {
|
|
|
if (import.meta.env?.VITE_AUDIO_API_BASE) {
|