From 02b7ae5ba53199462a054f3936be4f73ba35b3fe Mon Sep 17 00:00:00 2001 From: kerwincui <164770707@qq.com> Date: Thu, 1 Jul 2021 13:16:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF1.0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/api/system/category.js | 10 +++ vue/src/api/system/config.js | 10 +++ vue/src/api/system/device.js | 10 +++ vue/src/api/system/group.js | 10 +++ vue/src/api/system/set.js | 10 +++ vue/src/api/system/status.js | 10 +++ vue/src/settings.js | 2 +- vue/src/views/index.vue | 11 ++- vue/src/views/system/category/index.vue | 10 +++ vue/src/views/system/config/index.vue | 10 +++ vue/src/views/system/device/index.vue | 98 ++++++++++++++----------- vue/src/views/system/group/index.vue | 10 +++ vue/src/views/system/set/index.vue | 10 +++ vue/src/views/system/status/index.vue | 10 +++ 14 files changed, 174 insertions(+), 47 deletions(-) diff --git a/vue/src/api/system/category.js b/vue/src/api/system/category.js index cc81934b..299ab5da 100644 --- a/vue/src/api/system/category.js +++ b/vue/src/api/system/category.js @@ -1,3 +1,13 @@ +/****************************************************************************** + * 作者:kerwincui + * 时间:2021-06-08 + * 邮箱:164770707@qq.com + * 源码地址:https://gitee.com/kerwincui/wumei-smart + * author: kerwincui + * create: 2021-06-08 + * email:164770707@qq.com + * source:https://github.com/kerwincui/wumei-smart + ******************************************************************************/ import request from '@/utils/request' // 查询设备分类列表 diff --git a/vue/src/api/system/config.js b/vue/src/api/system/config.js index 93d11fcd..8f8a0a77 100644 --- a/vue/src/api/system/config.js +++ b/vue/src/api/system/config.js @@ -1,3 +1,13 @@ +/****************************************************************************** + * 作者:kerwincui + * 时间:2021-06-08 + * 邮箱:164770707@qq.com + * 源码地址:https://gitee.com/kerwincui/wumei-smart + * author: kerwincui + * create: 2021-06-08 + * email:164770707@qq.com + * source:https://github.com/kerwincui/wumei-smart + ******************************************************************************/ import request from '@/utils/request' // 查询参数列表 diff --git a/vue/src/api/system/device.js b/vue/src/api/system/device.js index 8ed52eef..ea984a1e 100644 --- a/vue/src/api/system/device.js +++ b/vue/src/api/system/device.js @@ -1,3 +1,13 @@ +/****************************************************************************** + * 作者:kerwincui + * 时间:2021-06-08 + * 邮箱:164770707@qq.com + * 源码地址:https://gitee.com/kerwincui/wumei-smart + * author: kerwincui + * create: 2021-06-08 + * email:164770707@qq.com + * source:https://github.com/kerwincui/wumei-smart + ******************************************************************************/ import request from '@/utils/request' // 查询设备列表 diff --git a/vue/src/api/system/group.js b/vue/src/api/system/group.js index 734a0c73..c006fedf 100644 --- a/vue/src/api/system/group.js +++ b/vue/src/api/system/group.js @@ -1,3 +1,13 @@ +/****************************************************************************** + * 作者:kerwincui + * 时间:2021-06-08 + * 邮箱:164770707@qq.com + * 源码地址:https://gitee.com/kerwincui/wumei-smart + * author: kerwincui + * create: 2021-06-08 + * email:164770707@qq.com + * source:https://github.com/kerwincui/wumei-smart + ******************************************************************************/ import request from '@/utils/request' // 查询分组列表 diff --git a/vue/src/api/system/set.js b/vue/src/api/system/set.js index 1be515d1..6c4cabee 100644 --- a/vue/src/api/system/set.js +++ b/vue/src/api/system/set.js @@ -1,3 +1,13 @@ +/****************************************************************************** + * 作者:kerwincui + * 时间:2021-06-08 + * 邮箱:164770707@qq.com + * 源码地址:https://gitee.com/kerwincui/wumei-smart + * author: kerwincui + * create: 2021-06-08 + * email:164770707@qq.com + * source:https://github.com/kerwincui/wumei-smart + ******************************************************************************/ import request from '@/utils/request' // 查询设备配置列表 diff --git a/vue/src/api/system/status.js b/vue/src/api/system/status.js index 01ca203c..c641b114 100644 --- a/vue/src/api/system/status.js +++ b/vue/src/api/system/status.js @@ -1,3 +1,13 @@ +/****************************************************************************** + * 作者:kerwincui + * 时间:2021-06-08 + * 邮箱:164770707@qq.com + * 源码地址:https://gitee.com/kerwincui/wumei-smart + * author: kerwincui + * create: 2021-06-08 + * email:164770707@qq.com + * source:https://github.com/kerwincui/wumei-smart + ******************************************************************************/ import request from '@/utils/request' // 查询设备状态列表 diff --git a/vue/src/settings.js b/vue/src/settings.js index 5f540fcb..3dd380c4 100644 --- a/vue/src/settings.js +++ b/vue/src/settings.js @@ -1,5 +1,5 @@ module.exports = { - title: '物美智能设备', + title: '物美智能', /** * 侧边栏主题 深色主题theme-dark,浅色主题theme-light diff --git a/vue/src/views/index.vue b/vue/src/views/index.vue index f763a55a..b07aec10 100644 --- a/vue/src/views/index.vue +++ b/vue/src/views/index.vue @@ -60,14 +60,21 @@

安卓端技术

硬件端技术

diff --git a/vue/src/views/system/category/index.vue b/vue/src/views/system/category/index.vue index 93312be6..327eae84 100644 --- a/vue/src/views/system/category/index.vue +++ b/vue/src/views/system/category/index.vue @@ -1,3 +1,13 @@ +/****************************************************************************** + * 作者:kerwincui + * 时间:2021-06-08 + * 邮箱:164770707@qq.com + * 源码地址:https://gitee.com/kerwincui/wumei-smart + * author: kerwincui + * create: 2021-06-08 + * email:164770707@qq.com + * source:https://github.com/kerwincui/wumei-smart + ******************************************************************************/