监控视频打开地址
This commit is contained in:
parent
4263c8e149
commit
7e802739e7
|
@ -40,7 +40,7 @@
|
||||||
-->
|
-->
|
||||||
<div class="login-oauth">
|
<div class="login-oauth">
|
||||||
<el-button type="success" @click="appDown" style="background-color:#2cd4f9;border-color:#2cd4f9">安卓APP</el-button>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -124,8 +124,8 @@ import passwordForm from './components/passwordForm'
|
||||||
appDown() {
|
appDown() {
|
||||||
this.showApp = true;
|
this.showApp = true;
|
||||||
},
|
},
|
||||||
Monitor(){
|
MonitorOpen(){
|
||||||
window.open('http://localhost:5515/')
|
window.open('http://10.99.5.79:5515/')
|
||||||
},
|
},
|
||||||
configDark(){
|
configDark(){
|
||||||
this.config.dark = this.config.dark ? false : true
|
this.config.dark = this.config.dark ? false : true
|
||||||
|
|
Loading…
Reference in New Issue