监控视频
This commit is contained in:
parent
5ce1147080
commit
c5b9718557
|
@ -39,7 +39,8 @@
|
|||
</div>
|
||||
-->
|
||||
<div class="login-oauth">
|
||||
<el-button type="success" @click="appDown">安卓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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -61,6 +62,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { Monitor } from '@element-plus/icons-vue'
|
||||
import passwordForm from './components/passwordForm'
|
||||
import phoneForm from './components/phoneForm'
|
||||
|
||||
|
@ -122,6 +124,9 @@
|
|||
appDown() {
|
||||
this.showApp = true;
|
||||
},
|
||||
Monitor(){
|
||||
window.open('http://localhost:5515/')
|
||||
},
|
||||
configDark(){
|
||||
this.config.dark = this.config.dark ? false : true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue