Commit a3e04f0b authored by 拾柒's avatar 拾柒

修改视频监控

parent 998c1e76
<template>
<el-menu
:default-active="currentIndex"
:default-active="currentIndex ? '/monitoring/video' : currentIndex"
mode="horizontal"
active-text-color="#ffd04b"
@select="handleSelect"
......
// 视频参数
const APPKEY = '23089524'
const SECRETKEY = '9zHFJeJOz5oPZz7MMZZ7'
const VIDEOIP = '192.168.10.250'
const VIDEOPORT = 443
const VIDEOIP = 'zhonghehuanyu.vicp.cc'
const VIDEOPORT = 1314
export default {
APPKEY,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment