去除对redis key过期事件的使用;重构国标级联的注册保活
This commit is contained in:
@@ -357,7 +357,7 @@ export default {
|
||||
var result = false;
|
||||
var that = this;
|
||||
await that.$axios({
|
||||
method: 'post',
|
||||
method: 'get',
|
||||
url:`/api/platform/exit/${deviceGbId}`
|
||||
}).then(function (res) {
|
||||
result = res.data;
|
||||
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
var result = false;
|
||||
var that = this;
|
||||
await that.$axios({
|
||||
method: 'post',
|
||||
method: 'get',
|
||||
url:`/api/platform/exit/${deviceGbId}`
|
||||
}).then(function (res) {
|
||||
result = res.data;
|
||||
|
||||
@@ -327,7 +327,7 @@ export default {
|
||||
var result = false;
|
||||
var that = this;
|
||||
await that.$axios({
|
||||
method: 'post',
|
||||
method: 'get',
|
||||
url:`/api/platform/exit/${deviceGbId}`})
|
||||
.then(function (res) {
|
||||
if (res.data.code === 0) {
|
||||
|
||||
@@ -158,7 +158,7 @@ export default {
|
||||
var result = false;
|
||||
var that = this;
|
||||
await that.$axios({
|
||||
method:"post",
|
||||
method:"get",
|
||||
url:`/api/platform/exit/${deviceGbId}`
|
||||
}).then(function (res) {
|
||||
result = res.data;
|
||||
|
||||
Reference in New Issue
Block a user