diff --git a/package.json b/package.json
index dd1c4bb..b1a4cf2 100644
--- a/package.json
+++ b/package.json
@@ -5,9 +5,9 @@
"author": "kerwincui",
"license": "AGPL3.0",
"scripts": {
- "dev": "vue-cli-service serve",
- "build:prod": "vue-cli-service build",
- "build:stage": "vue-cli-service build --mode staging",
+ "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
+ "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
+ "build:stage": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",
"genrate:lang": "node build/lang.js"
@@ -132,4 +132,4 @@
"> 1%",
"last 2 versions"
]
-}
+}
\ No newline at end of file
diff --git a/src/views/iot/device/running-status.vue b/src/views/iot/device/running-status.vue
index 784a3b8..611b266 100644
--- a/src/views/iot/device/running-status.vue
+++ b/src/views/iot/device/running-status.vue
@@ -10,7 +10,7 @@
{{ $t('device.running-status.866086-0') }}
{{ title
- }}
+ }}
@@ -72,15 +72,17 @@
@@ -356,12 +358,15 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -387,84 +392,30 @@
{{ deviceInfo.chartList[1].name }}
-
MV
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -478,20 +429,20 @@
:labelStyle="{ width: '150px', 'font-weight': 'bold' }">
{{ $t('device.running-status.866086-12')
- }}
+ }}
{{ firmware.firmwareName
- }}
+ }}
{{ firmware.productName
- }}
+ }}
Version {{ firmware.version
- }}
+ }}
{{
getDownloadUrl(firmware.filePath) }}
{{ firmware.remark
- }}
+ }}