Commit a3e04f0b authored by 拾柒's avatar 拾柒

修改视频监控

parent 998c1e76
<template> <template>
<el-menu <el-menu
:default-active="currentIndex" :default-active="currentIndex ? '/monitoring/video' : currentIndex"
mode="horizontal" mode="horizontal"
active-text-color="#ffd04b" active-text-color="#ffd04b"
@select="handleSelect" @select="handleSelect"
......
// 视频参数 // 视频参数
const APPKEY = '23089524' const APPKEY = '23089524'
const SECRETKEY = '9zHFJeJOz5oPZz7MMZZ7' const SECRETKEY = '9zHFJeJOz5oPZz7MMZZ7'
const VIDEOIP = '192.168.10.250' const VIDEOIP = 'zhonghehuanyu.vicp.cc'
const VIDEOPORT = 443 const VIDEOPORT = 1314
export default { export default {
APPKEY, 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