提交 74be21fd authored 作者: 吴强's avatar 吴强

去掉调试用控制台信息

上级 55bf05a9
......@@ -18,7 +18,6 @@ export default {
const { action, deploymentInfo, tokenId } = result;
if (action === 'update') {
const token = encrypt(tokenId);
console.info(update);
// console.info(`${config.updateContextPath}/resource/${token}/${encodeURIComponent(deploymentInfo.uri)}`);
yield call(update, `${config.updateContextPath}/resource/${token}/${encodeURIComponent(deploymentInfo.uri)}`, () => { console.info('xxx'); });
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论