@@ -21,6 +21,7 @@
<span v-else>森语</span>
<user-menu :theme="theme"/>
+ <a href="http://oa.cuidiansoft.com/#/" target="_blank" style="color:white;margin-left: 21px;float: right;">切换OA系统</a>
</div>
<!-- 顶部导航栏模式 -->
<div v-else :class="['top-nav-header-index', theme]">
@@ -594,7 +594,7 @@
}
img {
- height: 32px;
+ height: 40px;
h1 {
@@ -75,7 +75,7 @@ module.exports = {
less: {
modifyVars: {
/* less 变量覆盖,用于自定义 ant design 主题 */
- 'primary-color': '#1890FF',
+ 'primary-color': '#6bc5f3',
'link-color': '#1890FF',
'border-radius-base': '4px'
},