Explorar el Código

修改hostname

bihuisong hace 5 meses
padre
commit
6e910f7155
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      zhjq-ui/src/views/system/voice/index.vue

+ 1 - 1
zhjq-ui/src/views/system/voice/index.vue

@@ -215,7 +215,7 @@ export default {
     getLocalIp() {
       const {hostname} = window.location;
       return hostname === 'localhost' || hostname === '127.0.0.1'
-        ? 'http://localhost'
+        ? 'http://192.168.4.9'
         : `http://${hostname}`;
     },
     getPort() {