wangc01 1 месяц назад
Родитель
Сommit
ba67499592
1 измененных файлов с 1 добавлено и 1 удалено
  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() {