diff --git a/README.md b/README.md index 8adcaef..e5a9f3e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ See [Configuration Reference](https://cli.vuejs.org/config/). #### 1、项目git地址:https://gitlab.hzleaper.com:81/duoji/duoji-frontend.git #### 2、简介: -垛机监控系统是一款TOB的项目,由哲合科技有限公司承担研发,主要为甲方在仓储方面的出入库过程中,提供拍照取证,实时录像,盘点管理等功能。项目主要涵盖实时视频流、历史数据、盘点管理、巷道管理、球机管理、个人中心等。基于vue-cli3.x + Ant Design Vue搭建,rtsp视频流采用VLC插件结合Firefox火狐浏览器运行的方式播放,因VLC支持性问题需回退Firefox火狐浏览器版本至51版之前,详情请见 [VLC开发文档](https://wiki.videolan.org/Documentation:WebPlugin/#Introduction:_Building_Web_pages_with_Video) +出入库过程中,提供拍照取证,实时录像,盘点管理等功能。项目主要涵盖实时视频流、历史数据、盘点管理、巷道管理、球机管理、个人中心等。基于vue-cli3.x + Ant Design Vue搭建,rtsp视频流采用VLC插件结合Firefox火狐浏览器运行的方式播放,因VLC支持性问题需回退Firefox火狐浏览器版本至51版之前,详情请见 [VLC开发文档](https://wiki.videolan.org/Documentation:WebPlugin/#Introduction:_Building_Web_pages_with_Video) #### 3、测试环境地址: diff --git a/public/antd_color.less b/public/antd_color.less index b746b9c..151ce43 100644 --- a/public/antd_color.less +++ b/public/antd_color.less @@ -1397,7 +1397,7 @@ tr.ant-table-expanded-row:hover {background: #fbfbfb;} .ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;} .ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;border-color: #adc6ff;} .ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;} -.ant-tag-purple {color: #722ed1;background: #f9f0ff;border-color: #d3adf7;} +.ant-tag-purple {color: #722ed1;background: color(~`colorPalette("@{heading-color}", 3)`);border-color: #d3adf7;} .ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;} .ant-time-picker-panel {color: @text-color;} .ant-time-picker-panel-inner {background-color: #fff;background-clip: padding-box;border-radius: 4px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);} diff --git a/src/assets/indexlogo.png b/src/assets/indexlogo.png new file mode 100644 index 0000000..8dfafaa Binary files /dev/null and b/src/assets/indexlogo.png differ