diff --git a/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._background.png b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._background.png new file mode 100644 index 0000000..560dc07 Binary files /dev/null and b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._background.png differ diff --git a/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._banner_top.png b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._banner_top.png new file mode 100644 index 0000000..560dc07 Binary files /dev/null and b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._banner_top.png differ diff --git a/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_down_格子右.png b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_down_格子右.png new file mode 100644 index 0000000..560dc07 Binary files /dev/null and b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_down_格子右.png differ diff --git a/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_down_格子左.png b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_down_格子左.png new file mode 100644 index 0000000..560dc07 Binary files /dev/null and b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_down_格子左.png differ diff --git a/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_down底色.png b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_down底色.png new file mode 100644 index 0000000..560dc07 Binary files /dev/null and b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_down底色.png differ diff --git a/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_top右边.png b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_top右边.png new file mode 100644 index 0000000..560dc07 Binary files /dev/null and b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_top右边.png differ diff --git a/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_top左.png b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_top左.png new file mode 100644 index 0000000..560dc07 Binary files /dev/null and b/src/assets/img/__MACOSX/云洁科技展示屏切图11.26/._card_top左.png differ diff --git a/src/assets/img/yj-logo.png b/src/assets/img/yj-logo.png new file mode 100644 index 0000000..4140530 Binary files /dev/null and b/src/assets/img/yj-logo.png differ diff --git a/src/assets/img/yj.jpg b/src/assets/img/yj.jpg new file mode 100644 index 0000000..602ffa8 Binary files /dev/null and b/src/assets/img/yj.jpg differ diff --git a/src/assets/img/yj/background.png b/src/assets/img/yj/background.png new file mode 100644 index 0000000..2077dbc Binary files /dev/null and b/src/assets/img/yj/background.png differ diff --git a/src/assets/img/yj/banner_top.png b/src/assets/img/yj/banner_top.png new file mode 100644 index 0000000..3a395b2 Binary files /dev/null and b/src/assets/img/yj/banner_top.png differ diff --git a/src/assets/img/yj/card_down_格子右.png b/src/assets/img/yj/card_down_格子右.png new file mode 100644 index 0000000..3ab7ca3 Binary files /dev/null and b/src/assets/img/yj/card_down_格子右.png differ diff --git a/src/assets/img/yj/card_down_格子左.png b/src/assets/img/yj/card_down_格子左.png new file mode 100644 index 0000000..e6ae821 Binary files /dev/null and b/src/assets/img/yj/card_down_格子左.png differ diff --git a/src/assets/img/yj/card_down底色.png b/src/assets/img/yj/card_down底色.png new file mode 100644 index 0000000..625eb37 Binary files /dev/null and b/src/assets/img/yj/card_down底色.png differ diff --git a/src/assets/img/yj/card_top右边.png b/src/assets/img/yj/card_top右边.png new file mode 100644 index 0000000..3bfa329 Binary files /dev/null and b/src/assets/img/yj/card_top右边.png differ diff --git a/src/assets/img/yj/card_top左.png b/src/assets/img/yj/card_top左.png new file mode 100644 index 0000000..520bd46 Binary files /dev/null and b/src/assets/img/yj/card_top左.png differ diff --git a/src/router/index.js b/src/router/index.js index b452490..d8c067d 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/bigScreen2'), hidden: true, name: 'bigScreen', meta: { title: '大屏' } } + { path: '/bigScreen', component: _import('common/bigScreen'), 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/bigScreen2'), name: 'home', meta: { title: '首页' } }, + { path: '/home', component: _import('common/bigScreen'), 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/bigScreen.vue b/src/views/common/bigScreen.vue index 22abe08..d5b1444 100644 --- a/src/views/common/bigScreen.vue +++ b/src/views/common/bigScreen.vue @@ -1,27 +1,41 @@ @@ -163,7 +163,7 @@ export default { } }, created () { - this.showSTaskInfo() + // this.showSTaskInfo() this.timer() // this.init() }, diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index 7d9f9b4..a01b082 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -3,7 +3,7 @@