去除对redis key过期事件的使用;重构国标级联的注册保活

This commit is contained in:
648540858
2022-08-31 11:29:13 +08:00
parent d47902bdca
commit 2de4c322f6
45 changed files with 513 additions and 693 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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) {

View File

@@ -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;