监控视频打开地址

This commit is contained in:
shijing 2022-11-08 14:56:21 +08:00
parent 4263c8e149
commit 7e802739e7
1 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
-->
<div class="login-oauth">
<el-button type="success" @click="appDown" style="background-color:#2cd4f9;border-color:#2cd4f9">安卓APP</el-button>
<el-button type="primary" @click="Monitor" style="background-color:orange;border-color:orange">监控视频</el-button>
<el-button type="primary" @click="MonitorOpen" style="background-color:orange;border-color:orange">监控视频</el-button>
</div>
</div>
</div>
@ -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