mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-08 15:07:49 +08:00
19 lines
298 B
JavaScript
19 lines
298 B
JavaScript
module.exports = {
|
|
|
|
title: 'WVP视频平台',
|
|
|
|
/**
|
|
* @type {boolean} true | false
|
|
* @description Whether fix the header
|
|
*/
|
|
fixedHeader: false,
|
|
|
|
/**
|
|
* @type {boolean} true | false
|
|
* @description Whether show the logo in sidebar
|
|
*/
|
|
sidebarLogo: false,
|
|
|
|
tagsView: true
|
|
}
|