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 + ******************************************************************************/