Pārlūkot izejas kodu

Update webView.vue

wangc01 4 nedēļas atpakaļ
vecāks
revīzija
ba67499592
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      pages/sample/webView.vue

+ 1 - 1
pages/sample/webView.vue

@@ -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() {