@@ -28,6 +29,7 @@ import {
TrackManagement,
MusicManage,
Device,
+ Navbar,
} from "./components";
import flexible from "@/layout/flexible.js";
@@ -39,6 +41,7 @@ export default {
TrackManagement,
MusicManage,
Device,
+ Navbar,
},
methods: {},
@@ -61,7 +64,7 @@ li {
font-family: electronicFont;
src: url(../DS-DIGIT.TTF);
}
-.app-container {
+.app-content {
font-family: Arial, Helvetica, sans-serif;
width: 100%;
height: 100%;
@@ -214,6 +217,8 @@ header h1 {
.mainbox {
min-width: 1024px;
max-width: 1920px;
+ width:100%;
+
padding: 0.125rem 0.125rem 0;
}
.mainbox .row1 {
diff --git a/src/router/index.js b/src/router/index.js
index 447f5b0..6dd4e11 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -67,10 +67,10 @@ export const constantRoutes = [
redirect: 'index',
children: [
{
- path: 'index',
+ path: '/index',
component: () => import('@/views/index'),
name: 'Index',
- meta: { title: '首页', icon: 'dashboard', affix: true }
+ meta: { title: '首页', icon: 'dashboard', affix:true }
}
]
},
diff --git a/src/views/login.vue b/src/views/login.vue
index b4b438c..8bbd0d2 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -42,15 +42,16 @@
@@ -159,6 +160,15 @@ export default {
};