@@ -1,5 +1,6 @@
//内置路由需要验证的
export default [
+ 'datav',
'home-index',
'config-theme',
'pdf',
@@ -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;