diff --git a/pages/deviceManage/index.vue b/pages/deviceManage/index.vue
index 78b0844..51ab638 100644
--- a/pages/deviceManage/index.vue
+++ b/pages/deviceManage/index.vue
@@ -1,140 +1,163 @@
-
-
-
-
- 设备管理
-
-
-
-
-
+
+
+
+
+ 设备管理
+
+
+
+
+
-
-
-
-
-
-
- 获取视频
-
-
- 获取图片
-
-
+
+
+
+
+
+
+ 获取视频
+
+
+ 获取图片
+
+
+
-
-
-
-
+
+
+
+
-
-
-
- 设备状态
- 设备日志
- 设备控制
-
-
+
+
+
+ 设备状态
+
+ 设备日志
+
+ 设备控制
+
+
+
-
-
-
-
-
- {{ field.label }}
-
-
-
-
-
- 空闲
-
-
-
- 准备中
-
-
-
- 打印中
-
-
-
- 铲件中
-
-
-
- 断开
-
-
-
-
-
-
-
-
- {{ getStatusText(deviceDetail.errorStatus) }}
-
-
-
-
-
- {{ deviceDetail.errorStatus === -1 ? '断开' : deviceDetail.errorStatus }}
-
-
-
- {{ getCurrentTime() }}
-
-
-
- {{ deviceDetail[field.key] }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 请输入设备名称:
-
-
-
-
-
-
-
-
- 文件位置:桌面File文件夹内
-
-
+
+
+
+ {{ field.label }}
+
+
+
+
+
+ 空闲
+
+
+
+ 准备中
+
+
+
+ 打印中
+
+
+
+ 铲件中
+
+
+
+ 断开
+
+
+
+
+
+
+
+
+ {{ getStatusText(deviceDetail.errorStatus) }}
+
+
+
+
+
+ {{ deviceDetail.errorStatus === -1 ? '断开' : deviceDetail.errorStatus }}
+
+
+
+ {{ getCurrentTime() }}
+
+
+
+ {{ deviceDetail[field.key] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ field.label }}
+
+
+ {{ printInfo[field.key] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请输入设备名称:
+
+
+
+
+
+
+
+
+ 文件位置:桌面File文件夹内
+
+
-
-
- 开始打印
-
+
+
+ 开始打印
+
-
-
- 继续打印
-
-
+
+ 继续打印
+
+
-
-
+
-
-
- 暂停打印
-
+
+
+ 暂停打印
+
-
-
- 退出打印
-
-
+
+ 退出打印
+
+
-
-
-
-
- 报警继续
-
-
-
-
- 报警退出
-
-
-
-
-
-
+
+
+
+
+ 报警继续
+
+
+
+
+ 报警退出
+
+
+
+
+
+
\ No newline at end of file
+.top_nav_warp {
+ width: 100%;
+ height: 88rpx;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ font-family: PingFang SC, PingFang SC;
+ font-weight: 500;
+ font-size: 32rpx;
+ color: #000000;
+ position: relative;
+ z-index: 5;
+ position: relative;
+}
+
diff --git a/pages/mine/index.vue b/pages/mine/index.vue
index 2f8916d..8a74b2a 100644
--- a/pages/mine/index.vue
+++ b/pages/mine/index.vue
@@ -51,13 +51,9 @@
-->
-
+
-
-
+
分享小程序