he wei
2023-12-20 637d1b3bcb529fa5c4bec8339423565d61b64e63
U 判断后台服务是否可用 查询3秒内服务是否持续可用
1个文件已修改
3 ■■■■ 已修改文件
src/background.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/background.js
@@ -64,7 +64,8 @@
const isDevelopment = process.env.NODE_ENV !== 'production'
const appUrl = 'http://localhost:8093/res/testParam/factorsAndThreshold';
// const appUrl = 'http://localhost:8093/res/testParam/factorsAndThreshold';
const appUrl = 'http://localhost:8093/res/testParam/callService?seconds=3';
const requestPromise = require('minimal-request-promise');
const checkService = function (cb) {
  requestPromise.get(appUrl).then(function (response) {