src/background.js | ●●●●● 补丁 | 查看 | 原始文档 | 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) {