diff --git a/public/imgs/driving/1-bg.png b/public/imgs/driving/1-bg.png new file mode 100644 index 0000000..3e9ba61 Binary files /dev/null and b/public/imgs/driving/1-bg.png differ diff --git a/public/imgs/driving/1-item-1.png b/public/imgs/driving/1-item-1.png new file mode 100644 index 0000000..765782d Binary files /dev/null and b/public/imgs/driving/1-item-1.png differ diff --git a/public/imgs/driving/1-item-2.png b/public/imgs/driving/1-item-2.png new file mode 100644 index 0000000..dc0bcbf Binary files /dev/null and b/public/imgs/driving/1-item-2.png differ diff --git a/public/imgs/driving/2-bg.png b/public/imgs/driving/2-bg.png new file mode 100644 index 0000000..a8e85c6 Binary files /dev/null and b/public/imgs/driving/2-bg.png differ diff --git a/public/imgs/driving/3-bg.png b/public/imgs/driving/3-bg.png new file mode 100644 index 0000000..1f7cb16 Binary files /dev/null and b/public/imgs/driving/3-bg.png differ diff --git a/public/imgs/driving/3-item-1.png b/public/imgs/driving/3-item-1.png new file mode 100644 index 0000000..96f84fe Binary files /dev/null and b/public/imgs/driving/3-item-1.png differ diff --git a/public/imgs/driving/4-bg.png b/public/imgs/driving/4-bg.png new file mode 100644 index 0000000..e78bf15 Binary files /dev/null and b/public/imgs/driving/4-bg.png differ diff --git a/public/imgs/driving/4-item-1.png b/public/imgs/driving/4-item-1.png new file mode 100644 index 0000000..bb39ef2 Binary files /dev/null and b/public/imgs/driving/4-item-1.png differ diff --git a/public/imgs/driving/5-bg.png b/public/imgs/driving/5-bg.png new file mode 100644 index 0000000..1b7b338 Binary files /dev/null and b/public/imgs/driving/5-bg.png differ diff --git a/public/imgs/driving/5-item-1.png b/public/imgs/driving/5-item-1.png new file mode 100644 index 0000000..6264646 Binary files /dev/null and b/public/imgs/driving/5-item-1.png differ diff --git a/public/imgs/driving/5-item-2.png b/public/imgs/driving/5-item-2.png new file mode 100644 index 0000000..576c2fe Binary files /dev/null and b/public/imgs/driving/5-item-2.png differ diff --git a/public/imgs/driving/6-bg.png b/public/imgs/driving/6-bg.png new file mode 100644 index 0000000..33b83f5 Binary files /dev/null and b/public/imgs/driving/6-bg.png differ diff --git a/public/imgs/driving/7-bg.png b/public/imgs/driving/7-bg.png new file mode 100644 index 0000000..9f55412 Binary files /dev/null and b/public/imgs/driving/7-bg.png differ diff --git a/public/imgs/driving/8-bg.png b/public/imgs/driving/8-bg.png new file mode 100644 index 0000000..fa376f5 Binary files /dev/null and b/public/imgs/driving/8-bg.png differ diff --git a/public/imgs/driving/arrow.png b/public/imgs/driving/arrow.png new file mode 100644 index 0000000..293f10b Binary files /dev/null and b/public/imgs/driving/arrow.png differ diff --git a/public/imgs/layout/menu-bg-active.png b/public/imgs/layout/menu-bg-active.png new file mode 100644 index 0000000..0108733 Binary files /dev/null and b/public/imgs/layout/menu-bg-active.png differ diff --git a/public/imgs/layout/menu-bg.png b/public/imgs/layout/menu-bg.png new file mode 100644 index 0000000..9a38941 Binary files /dev/null and b/public/imgs/layout/menu-bg.png differ diff --git a/public/imgs/top.png b/public/imgs/top.png index 58e88a8..0cd5267 100644 Binary files a/public/imgs/top.png and b/public/imgs/top.png differ diff --git a/src/main.js b/src/main.js index b344025..83cefd8 100644 --- a/src/main.js +++ b/src/main.js @@ -21,4 +21,4 @@ app.use(ElementPlus) app.mount('#app') -globalScale() +// globalScale() diff --git a/src/router/index.js b/src/router/index.js index b967b1c..d3637a8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -33,6 +33,18 @@ const routes = [ name: 'Traffic', component: () => import('@/views/traffic/index.vue'), meta: { title: '客运', requiresAuth: true } + }, + { + path: 'driving', + name: 'Driving', + component: () => import('@/views/driving/index.vue'), + meta: { title: '行车', requiresAuth: true } + }, + { + path: 'construction', + name: 'Construction', + component: () => import('@/views/construction/index.vue'), + meta: { title: '施工', requiresAuth: true } } ], meta: { requiresAuth: true } diff --git a/src/styles/global.scss b/src/styles/global.scss index 94cee5d..3976571 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -37,7 +37,7 @@ html, body, #app { width: 100%; height: 100%; overflow: hidden; - // overflow: scroll; + overflow: scroll; font-family: 'Alibaba PuHuiTi 3.0', 'Microsoft YaHei', 'PingFang SC', sans-serif; background: var(--bg-dark); color: var(--text-primary); diff --git a/src/views/construction/index.vue b/src/views/construction/index.vue new file mode 100644 index 0000000..49f1304 --- /dev/null +++ b/src/views/construction/index.vue @@ -0,0 +1,12 @@ + + + diff --git a/src/views/driving/components/Driving1.vue b/src/views/driving/components/Driving1.vue new file mode 100644 index 0000000..c67dd4d --- /dev/null +++ b/src/views/driving/components/Driving1.vue @@ -0,0 +1,312 @@ + + + + + + + diff --git a/src/views/driving/components/Driving2.vue b/src/views/driving/components/Driving2.vue new file mode 100644 index 0000000..b217b25 --- /dev/null +++ b/src/views/driving/components/Driving2.vue @@ -0,0 +1,138 @@ + + + + + diff --git a/src/views/driving/components/Driving3.vue b/src/views/driving/components/Driving3.vue new file mode 100644 index 0000000..7e50006 --- /dev/null +++ b/src/views/driving/components/Driving3.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/src/views/driving/components/Driving4.vue b/src/views/driving/components/Driving4.vue new file mode 100644 index 0000000..61c4af6 --- /dev/null +++ b/src/views/driving/components/Driving4.vue @@ -0,0 +1,20 @@ + + + diff --git a/src/views/driving/components/Driving5.vue b/src/views/driving/components/Driving5.vue new file mode 100644 index 0000000..2ff3120 --- /dev/null +++ b/src/views/driving/components/Driving5.vue @@ -0,0 +1,203 @@ + + + + + diff --git a/src/views/driving/components/Driving6.vue b/src/views/driving/components/Driving6.vue new file mode 100644 index 0000000..26b2883 --- /dev/null +++ b/src/views/driving/components/Driving6.vue @@ -0,0 +1,32 @@ + + + + + diff --git a/src/views/driving/components/Driving7.vue b/src/views/driving/components/Driving7.vue new file mode 100644 index 0000000..600a02f --- /dev/null +++ b/src/views/driving/components/Driving7.vue @@ -0,0 +1,48 @@ + + + + + diff --git a/src/views/driving/components/Driving8.vue b/src/views/driving/components/Driving8.vue new file mode 100644 index 0000000..ef3cc09 --- /dev/null +++ b/src/views/driving/components/Driving8.vue @@ -0,0 +1,252 @@ + + + + + diff --git a/src/views/driving/components/DrivingChartPanel.vue b/src/views/driving/components/DrivingChartPanel.vue new file mode 100644 index 0000000..8308e22 --- /dev/null +++ b/src/views/driving/components/DrivingChartPanel.vue @@ -0,0 +1,413 @@ + + + + + diff --git a/src/views/driving/components/MetroLineSelect.vue b/src/views/driving/components/MetroLineSelect.vue new file mode 100644 index 0000000..52c1484 --- /dev/null +++ b/src/views/driving/components/MetroLineSelect.vue @@ -0,0 +1,167 @@ + + + + + diff --git a/src/views/driving/index.vue b/src/views/driving/index.vue new file mode 100644 index 0000000..cc8546d --- /dev/null +++ b/src/views/driving/index.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/src/views/home/components/DashboardHeader.vue b/src/views/home/components/DashboardHeader.vue index 2b80fd4..9db88ca 100644 --- a/src/views/home/components/DashboardHeader.vue +++ b/src/views/home/components/DashboardHeader.vue @@ -1,30 +1,18 @@