diff --git a/pages/login.vue b/pages/login.vue index 81d90cf..92e59a6 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -3,7 +3,7 @@ - 若依移动端登录 + 工控管理系统移动端登录 @@ -24,15 +24,15 @@ - + + diff --git a/pages/mine/help/index.vue b/pages/mine/help/index.vue index d2e4374..d60f302 100644 --- a/pages/mine/help/index.vue +++ b/pages/mine/help/index.vue @@ -19,26 +19,27 @@ export default { data() { return { - list: [{ - icon: 'iconfont icon-github', - title: '若依问题', - childList: [{ - title: '若依开源吗?', - content: '开源' - }, { - title: '若依可以商用吗?', - content: '可以' - }, { - title: '若依官网地址多少?', - content: 'http://ruoyi.vip' - }, { - title: '若依文档地址多少?', - content: 'http://doc.ruoyi.vip' - }] - }, + list: [ + // { + // icon: 'iconfont icon-github', + // title: '若依问题', + // childList: [{ + // title: '若依开源吗?', + // content: '开源' + // }, { + // title: '若依可以商用吗?', + // content: '可以' + // }, { + // title: '若依官网地址多少?', + // content: 'http://ruoyi.vip' + // }, { + // title: '若依文档地址多少?', + // content: 'http://doc.ruoyi.vip' + // }] + // }, { icon: 'iconfont icon-help', - title: '其他问题', + title: '常见问题', childList: [{ title: '如何退出登录?', content: '请点击[我的] - [应用设置] - [退出登录]即可退出登录', diff --git a/pages/mine/index.vue b/pages/mine/index.vue index b79ed52..8419e7b 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -26,7 +26,7 @@ - + @@ -58,12 +58,12 @@ 常见问题 - + diff --git a/pages/mine/setting/index.vue b/pages/mine/setting/index.vue index 0f9f058..cc0e851 100644 --- a/pages/mine/setting/index.vue +++ b/pages/mine/setting/index.vue @@ -7,7 +7,7 @@ 修改密码 - + diff --git a/pages/work/index.vue b/pages/work/index.vue index 1afefc9..d6f3aa6 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -12,7 +12,7 @@ - + @@ -81,13 +81,13 @@ current: 0, swiperDotIndex: 0, data: [{ - image: '/static/images/banner/banner01.jpg' + image: '/static/images/banner/notRun.png' }, { - image: '/static/images/banner/banner02.jpg' + image: '/static/images/banner/run.png' }, { - image: '/static/images/banner/banner03.jpg' + image: '/static/images/banner/total.png' } ] } diff --git a/static/images/banner/notRun.png b/static/images/banner/notRun.png new file mode 100644 index 0000000..8d4b87b Binary files /dev/null and b/static/images/banner/notRun.png differ diff --git a/static/images/banner/run.png b/static/images/banner/run.png new file mode 100644 index 0000000..35d4936 Binary files /dev/null and b/static/images/banner/run.png differ diff --git a/static/images/banner/total.png b/static/images/banner/total.png new file mode 100644 index 0000000..209fff1 Binary files /dev/null and b/static/images/banner/total.png differ