浏览代码

新增主题色

ZaiZai 1 年之前
父节点
当前提交
e6817fc787
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 1 0
      src/router/modules/token.js
  2. 4 1
      src/styles/app/main.scss

+ 1 - 0
src/router/modules/token.js

@@ -1,5 +1,6 @@
 //内置路由需要验证的
 export default [
+    'datav',
     'home-index',
     'config-theme',
     'pdf',

+ 4 - 1
src/styles/app/main.scss

@@ -7,7 +7,10 @@ html, body, #app {
     background-color: #004ca7 !important;
     color: white !important;
 }
-
+.bg-blue1 {
+    background-color: #0E2741 !important;
+    color: white !important;
+}
 .bg-light-blue {
     background-color: #409eff !important;
     color: white !important;