Commit cade8539 authored by songrui's avatar songrui

血压测量修改

parent eb6af79b
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = 'bfda4283-602d-45b1-ac7f-99f5c40f7e6c' token = '9606c004-d369-4c13-b04e-1502bcb1182a'
} }
} }
if (token) { if (token) {
......
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
console.warn('未选择设备') console.warn('未选择设备')
return return
} }
if (this.loopMark >= 4) { if (this.loopMark >= 8) {
this.loopMark = 0 this.loopMark = 0
this.deviceCheck(2) this.deviceCheck(2)
cb && cb(null) cb && cb(null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment