提交 3932a499 authored 作者: lidongxu's avatar lidongxu

refactor(updateversion): 修改:版本更新保存接口确定并使用

上级 92a74cf0
...@@ -94,7 +94,7 @@ const changelog = './CHANGELOG.md' ...@@ -94,7 +94,7 @@ const changelog = './CHANGELOG.md'
const changeData = fs.readFileSync(changelog, 'utf-8') const changeData = fs.readFileSync(changelog, 'utf-8')
const result = parseChangelog(changeData) const result = parseChangelog(changeData)
axios({ axios({
url: 'https://sfa-qa.wxl66.cn/api/bi/front/version/core', url: 'https://sfa.wxl66.cn/api/bi/front/version/core',
method: 'POST', method: 'POST',
data: result data: result
}) })
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论