diff --git a/.env.development b/.env.development index 2744ed2..e8590b2 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 木鸢物联平台 # 开发环境配置 VITE_APP_ENV = 'development' -# 若依管理系统/开发环境 +# 木鸢物联平台/开发环境 VITE_APP_BASE_API = '/dev-api' diff --git a/.env.production b/.env.production index d857bba..7f0f858 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 木鸢物联平台 # 生产环境配置 VITE_APP_ENV = 'production' -# 若依管理系统/生产环境 +# 木鸢物联平台/生产环境 VITE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/.env.staging b/.env.staging index fa7c357..31589e8 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 木鸢物联平台 # 生产环境配置 VITE_APP_ENV = 'staging' -# 若依管理系统/生产环境 +# 木鸢物联平台/生产环境 VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/index.html b/index.html index 58b2893..63977d3 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> - 若依管理系统 + 木鸢物联平台 - + @@ -210,14 +210,15 @@ - diff --git a/src/views/iot/device/detail-panes/DeviceLog.vue b/src/views/iot/device/detail-panes/DeviceLog.vue new file mode 100644 index 0000000..fa6d8c8 --- /dev/null +++ b/src/views/iot/device/detail-panes/DeviceLog.vue @@ -0,0 +1,7 @@ + + + + + diff --git a/src/views/iot/device/detail-panes/OperatingStatus.vue b/src/views/iot/device/detail-panes/OperatingStatus.vue new file mode 100644 index 0000000..55e2043 --- /dev/null +++ b/src/views/iot/device/detail-panes/OperatingStatus.vue @@ -0,0 +1,148 @@ + + + + + diff --git a/src/views/iot/device/detail-panes/UpgradeLog.vue b/src/views/iot/device/detail-panes/UpgradeLog.vue new file mode 100644 index 0000000..fa6d8c8 --- /dev/null +++ b/src/views/iot/device/detail-panes/UpgradeLog.vue @@ -0,0 +1,7 @@ + + + + + diff --git a/src/views/iot/device/detail.vue b/src/views/iot/device/detail.vue new file mode 100644 index 0000000..59cf89c --- /dev/null +++ b/src/views/iot/device/detail.vue @@ -0,0 +1,304 @@ + + + + + diff --git a/src/views/iot/device/index.vue b/src/views/iot/device/index.vue index dba50b2..0fa0f45 100644 --- a/src/views/iot/device/index.vue +++ b/src/views/iot/device/index.vue @@ -5,6 +5,7 @@ ref="queryRef" :inline="true" :model="queryParams" + :size="productId ? 'small' : 'default'" label-width="68px" > @@ -15,7 +16,7 @@ @keyup.enter="handleQuery" /> - + --> @@ -270,12 +275,21 @@ label="操作" >