diff --git a/klp-ui/.env.development b/klp-ui/.env.development index 10929804..770dd999 100644 --- a/klp-ui/.env.development +++ b/klp-ui/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 科伦普综合办公系统 +VUE_APP_TITLE = 科伦普冷轧涂镀数智运营一体化平台 # 开发环境配置 ENV = 'development' diff --git a/klp-ui/.env.production b/klp-ui/.env.production index 63dcd55d..4b768784 100644 --- a/klp-ui/.env.production +++ b/klp-ui/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 科伦普综合办公系统 +VUE_APP_TITLE = 科伦普冷轧涂镀数智运营一体化平台 # 生产环境配置 ENV = 'production' diff --git a/klp-ui/.env.stage b/klp-ui/.env.stage index 429d23cd..8363e259 100644 --- a/klp-ui/.env.stage +++ b/klp-ui/.env.stage @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 科伦普综合办公系统 +VUE_APP_TITLE = 科伦普冷轧涂镀数智运营一体化平台 # 开发环境配置 ENV = 'development' diff --git a/klp-ui/public/favicon.png b/klp-ui/public/favicon.png new file mode 100644 index 00000000..b440cf92 Binary files /dev/null and b/klp-ui/public/favicon.png differ diff --git a/klp-ui/public/index.html b/klp-ui/public/index.html index e32e1293..31590b50 100644 --- a/klp-ui/public/index.html +++ b/klp-ui/public/index.html @@ -5,7 +5,7 @@ - + <%= webpackConfig.name %> diff --git a/klp-ui/src/components/VditorEditor.vue b/klp-ui/src/components/VditorEditor.vue index 49dc80b6..af31309b 100644 --- a/klp-ui/src/components/VditorEditor.vue +++ b/klp-ui/src/components/VditorEditor.vue @@ -72,7 +72,8 @@ export default { diff --git a/klp-ui/src/layout/components/Navbar.vue b/klp-ui/src/layout/components/Navbar.vue index 2ede0d0c..65c9bc08 100644 --- a/klp-ui/src/layout/components/Navbar.vue +++ b/klp-ui/src/layout/components/Navbar.vue @@ -107,10 +107,10 @@ export default { overflow: hidden; position: relative; // 金属质感渐变背景 - background: #454c51; - border-bottom: 1px solid #8d939b; - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), - 0 1px 1px rgba(255, 255, 255, 0.08) inset; + // background: #454c51; + // border-bottom: 1px solid #8d939b; + // box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), + // 0 1px 1px rgba(255, 255, 255, 0.08) inset; .hamburger-container { line-height: 46px; diff --git a/klp-ui/src/layout/components/Sidebar/Logo.vue b/klp-ui/src/layout/components/Sidebar/Logo.vue index 9843efb4..b9b4aa78 100644 --- a/klp-ui/src/layout/components/Sidebar/Logo.vue +++ b/klp-ui/src/layout/components/Sidebar/Logo.vue @@ -1,13 +1,13 @@