diff --git a/src/assets/img/bigLed/background.png b/src/assets/img/bigLed/background.png new file mode 100644 index 0000000..fcfe4a8 Binary files /dev/null and b/src/assets/img/bigLed/background.png differ diff --git a/src/assets/img/bigLed/icon1.png b/src/assets/img/bigLed/icon1.png new file mode 100644 index 0000000..e53ed1a Binary files /dev/null and b/src/assets/img/bigLed/icon1.png differ diff --git a/src/assets/img/bigLed/icon2.png b/src/assets/img/bigLed/icon2.png new file mode 100644 index 0000000..e63fbb9 Binary files /dev/null and b/src/assets/img/bigLed/icon2.png differ diff --git a/src/assets/img/bigLed/icon3.png b/src/assets/img/bigLed/icon3.png new file mode 100644 index 0000000..f8459a3 Binary files /dev/null and b/src/assets/img/bigLed/icon3.png differ diff --git a/src/assets/img/bigLed/icon4.png b/src/assets/img/bigLed/icon4.png new file mode 100644 index 0000000..d135d44 Binary files /dev/null and b/src/assets/img/bigLed/icon4.png differ diff --git a/src/assets/img/bigLed/legend1.png b/src/assets/img/bigLed/legend1.png new file mode 100644 index 0000000..7baac02 Binary files /dev/null and b/src/assets/img/bigLed/legend1.png differ diff --git a/src/assets/img/bigLed/legend2.png b/src/assets/img/bigLed/legend2.png new file mode 100644 index 0000000..bc428d8 Binary files /dev/null and b/src/assets/img/bigLed/legend2.png differ diff --git a/src/assets/img/bigLed/legend3.png b/src/assets/img/bigLed/legend3.png new file mode 100644 index 0000000..b91243b Binary files /dev/null and b/src/assets/img/bigLed/legend3.png differ diff --git a/src/assets/img/bigLed/line-round.png b/src/assets/img/bigLed/line-round.png new file mode 100644 index 0000000..a4a38ea Binary files /dev/null and b/src/assets/img/bigLed/line-round.png differ diff --git a/src/assets/img/bigLed/logo.png b/src/assets/img/bigLed/logo.png new file mode 100644 index 0000000..806f084 Binary files /dev/null and b/src/assets/img/bigLed/logo.png differ diff --git a/src/assets/img/bigLed/round.png b/src/assets/img/bigLed/round.png new file mode 100644 index 0000000..c6c220f Binary files /dev/null and b/src/assets/img/bigLed/round.png differ diff --git a/src/router/index.js b/src/router/index.js index d8c067d..b452490 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -19,7 +19,7 @@ const _import = require('./import-' + process.env.NODE_ENV) const globalRoutes = [ { path: '/404', component: _import('common/404'), name: '404', meta: { title: '404未找到' } }, { path: '/login', component: _import('common/login'), name: 'login', meta: { title: '登录' } }, - { path: '/bigScreen', component: _import('common/bigScreen'), hidden: true, name: 'bigScreen', meta: { title: '大屏' } } + { path: '/bigScreen', component: _import('common/bigScreen2'), hidden: true, name: 'bigScreen', meta: { title: '大屏' } } ] // 主入口路由(需嵌套上左右整体布局) @@ -34,7 +34,7 @@ const mainRoutes = { // 1. isTab: 是否通过tab展示内容, true: 是, false: 否 // 2. iframeUrl: 是否通过iframe嵌套展示内容, '以http[s]://开头': 是, '': 否 // 提示: 如需要通过iframe嵌套展示内容, 但不通过tab打开, 请自行创建组件使用iframe处理! - { path: '/home', component: _import('common/bigScreen'), name: 'home', meta: { title: '首页' } }, + { path: '/home', component: _import('common/bigScreen2'), name: 'home', meta: { title: '首页' } }, { path: '/theme', component: _import('common/theme'), name: 'theme', meta: { title: '主题' } }, { path: '/demo-echarts', component: _import('demo/echarts'), name: 'demo-echarts', meta: { title: 'demo-echarts', isTab: true } }, { path: '/demo-ueditor', component: _import('demo/ueditor'), name: 'demo-ueditor', meta: { title: 'demo-ueditor', isTab: true } } diff --git a/src/views/common/bigScreen1.vue b/src/views/common/bigScreen1.vue deleted file mode 100644 index 7e76142..0000000 --- a/src/views/common/bigScreen1.vue +++ /dev/null @@ -1,473 +0,0 @@ - - - - - diff --git a/src/views/common/bigScreen2.vue b/src/views/common/bigScreen2.vue index 2befcbd..3a1551c 100644 --- a/src/views/common/bigScreen2.vue +++ b/src/views/common/bigScreen2.vue @@ -1,26 +1,65 @@