diff --git a/.env.development b/.env.development
index 2768a18..0a075f1 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
# 页面标题
-VUE_APP_TITLE = 小鹿骑行-开发
+VUE_APP_TITLE = 叉车易享租-开发
# 开发环境配置
ENV = 'development'
diff --git a/.env.production b/.env.production
index b8fb170..ea0ea89 100644
--- a/.env.production
+++ b/.env.production
@@ -1,5 +1,5 @@
# 页面标题
-VUE_APP_TITLE = 小鹿骑行
+VUE_APP_TITLE = 叉车易享租
# 生产环境配置
ENV = 'production'
@@ -11,4 +11,4 @@ VUE_APP_BASE_API = '/prod-api'
VUE_APP_QINIU_DOMAIN = 'https://api.ccttiot.com'
# WebSocket地址
-VUE_APP_WS_HOST = 'wss://pm.chuangtewl.com/prod-api'
\ No newline at end of file
+VUE_APP_WS_HOST = 'wss://pm.chuangtewl.com/prod-api'
diff --git a/.env.staging b/.env.staging
index 1777482..c9586a0 100644
--- a/.env.staging
+++ b/.env.staging
@@ -1,5 +1,5 @@
# 页面标题
-VUE_APP_TITLE = 小鹿骑行
+VUE_APP_TITLE = 叉车易享租
NODE_ENV = production
diff --git a/src/utils/guide.js b/src/utils/guide.js
index 7392af6..524925c 100644
--- a/src/utils/guide.js
+++ b/src/utils/guide.js
@@ -33,7 +33,7 @@ const guideSet = {
steps: [
{
popover: {
- title: '欢迎使用小鹿骑行管理系统',
+ title: '欢迎使用叉车易享租管理系统',
description: '接下来我们将带您了解系统的主要功能区域',
side: "center",
align: 'center'
@@ -80,8 +80,8 @@ const guideSet = {
title: '小程序管理',
description: `
-
您还可以通过小鹿骑行小程序随时随地管理您的业务,扫码即可体验。
-

+
您还可以通过叉车易享租小程序随时随地管理您的业务,扫码即可体验。
+
`,
side: "center",
diff --git a/src/views/bst/device/view/view.vue b/src/views/bst/device/view/view.vue
index 566bc94..34e6922 100644
--- a/src/views/bst/device/view/view.vue
+++ b/src/views/bst/device/view/view.vue
@@ -27,13 +27,19 @@
{{ detail.hardwareVersion | dv }} | {{ detail.softwareVersion | dv }}
+ {{ detail.createTime | dv }}
+ {{ detail.lastOnlineTime | dv }}
+
+
+
+
-
+
@@ -42,8 +48,19 @@
- {{ detail.createTime | dv }}
- {{ detail.lastOnlineTime | dv }}
+ {{ detail.carSpeed | fix2 | dv }} km/h
+
+
+
+
+
+
+
+
+
+
+
+
@@ -60,12 +77,14 @@
- {{ detail.remainingPower | fix2 | dv }} %
+ {{ detail.remainingPower | fix2 | dv }} %
{{ detail.voltage | fix2 | dv }} V
{{ detail.remainEndurance | fix2 | dv }} KM
{{ detail.modelFullVoltage | fix2 | dv }} V
{{ detail.modelLowVoltage | fix2 | dv }} V
{{ detail.modelFullEndurance | dv }} KM
+ {{ detail.carBat | fix2 | dv }} %
+ {{ detail.carMile | fix2 | dv }} km
diff --git a/src/views/login.vue b/src/views/login.vue
index 2e5f7bf..c7f4edd 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -4,7 +4,7 @@
- 小鹿骑行
+ 叉车易享租
- 小鹿骑行
+ 叉车易享租
diff --git a/vue.config.js b/vue.config.js
index 1905f49..59ee510 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
-const name = process.env.VUE_APP_TITLE || '小鹿骑行' // 网页标题
+const name = process.env.VUE_APP_TITLE || '叉车易享租' // 网页标题
const port = process.env.port || process.env.npm_config_port || 4100 // 端口