@@ -15,7 +15,7 @@ const SpeechTTS = uni.requireNativePlugin('MT-TTS-Speech');
export default {
data() {
return {
- webUrl: 'http://192.168.0.12:8800/w/vue_view/',
+ webUrl: 'http://'+plus.storage.getItem("ip")+':'+plus.storage.getItem("port")+'/w/pda/',
};
},
onLoad() {