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