From 7e802739e71c0d9ffe7556788b27037f2138196c Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 8 Nov 2022 14:56:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=8E=A7=E8=A7=86=E9=A2=91=E6=89=93?= =?UTF-8?q?=E5=BC=80=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 64b52bc5..8a501597 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -40,7 +40,7 @@ -->
安卓APP - 监控视频 + 监控视频
@@ -124,8 +124,8 @@ import passwordForm from './components/passwordForm' appDown() { this.showApp = true; }, - Monitor(){ - window.open('http://localhost:5515/') + MonitorOpen(){ + window.open('http://10.99.5.79:5515/') }, configDark(){ this.config.dark = this.config.dark ? false : true