diff --git a/App.vue b/App.vue
index 4b13473..c8dacb7 100644
--- a/App.vue
+++ b/App.vue
@@ -15,12 +15,9 @@
diff --git a/components/TimePicker/TimePicker.vue b/components/TimePicker/TimePicker.vue
new file mode 100644
index 0000000..190def0
--- /dev/null
+++ b/components/TimePicker/TimePicker.vue
@@ -0,0 +1,88 @@
+
+
+
+
+ {{ min }}分
+
+
+
+
+ {{ sec }}秒
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/210/deviceControl/index.vue b/pages/210/deviceControl/index.vue
index b9970b1..014cd2e 100644
--- a/pages/210/deviceControl/index.vue
+++ b/pages/210/deviceControl/index.vue
@@ -59,8 +59,7 @@
-
+
{{ item }}
@@ -97,7 +96,7 @@
-
+
手动报警
@@ -105,7 +104,7 @@
-
+
报警声音
@@ -114,11 +113,11 @@
-
+
报警时长
- 2分30秒
+ {{alarmTimeDisplay }}
@@ -187,21 +186,18 @@
-
+
@@ -213,10 +209,7 @@
diff --git a/static/images/210/bj_1.png b/static/images/210/bj_1.png
new file mode 100644
index 0000000..3894055
Binary files /dev/null and b/static/images/210/bj_1.png differ
diff --git a/utils/request.js b/utils/request.js
index a5f55e2..375949b 100644
--- a/utils/request.js
+++ b/utils/request.js
@@ -1,5 +1,5 @@
import config from '../config/index.js';
-const env = 'development'; //production development //开发of线上 改这里就行
+const env = 'production'; //production development //开发of线上 改这里就行
const BASE = config[env];
const request = (options) => {
console.log("options"+JSON.stringify(options),BASE.BASE_URL)