优化一个小写法
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ ENV = 'development'
|
|||||||
|
|
||||||
# VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
|
# VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001'
|
||||||
|
|
||||||
VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
|
#VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
|
||||||
|
|
||||||
|
|
||||||
# VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
|
# VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
|
||||||
@@ -14,7 +14,7 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002'
|
|||||||
# VITE_APP_BASE_API_Url = 'http://aitscdn.jlbank.com.cn:7001'
|
# VITE_APP_BASE_API_Url = 'http://aitscdn.jlbank.com.cn:7001'
|
||||||
# VITE_APP_BASE_API_Url = 'http://192.168.108.129'
|
# VITE_APP_BASE_API_Url = 'http://192.168.108.129'
|
||||||
# dev
|
# dev
|
||||||
#VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001'
|
VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001'
|
||||||
# sit
|
# sit
|
||||||
|
|
||||||
#VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
|
#VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786'
|
||||||
|
|||||||
@@ -35,7 +35,8 @@
|
|||||||
onUnmounted,
|
onUnmounted,
|
||||||
computed,
|
computed,
|
||||||
getCurrentInstance,
|
getCurrentInstance,
|
||||||
nextTick
|
nextTick,
|
||||||
|
toRaw
|
||||||
} from 'vue';
|
} from 'vue';
|
||||||
import {
|
import {
|
||||||
onShow,
|
onShow,
|
||||||
@@ -254,7 +255,7 @@
|
|||||||
});
|
});
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
initConnection({
|
initConnection({
|
||||||
authParams: Object.assign({}, dataInfo),
|
authParams: toRaw(dataInfo),
|
||||||
onStartRecord: onStartRecord,
|
onStartRecord: onStartRecord,
|
||||||
playPcmCallback: (res) => talkSpeakerRef.value.playPCM(res),
|
playPcmCallback: (res) => talkSpeakerRef.value.playPCM(res),
|
||||||
setPlayNumber: (id) => talkSpeakerRef.value.setPlayNumber(id),
|
setPlayNumber: (id) => talkSpeakerRef.value.setPlayNumber(id),
|
||||||
|
|||||||
Reference in New Issue
Block a user