fix: 修复错误的依赖
This commit is contained in:
@@ -35,7 +35,9 @@ var config = {
|
||||
|
||||
axios(config)
|
||||
.then(function (response) {
|
||||
console.log(JSON.stringify(response.data));
|
||||
|
||||
let url = `https://gitea-admin-argo-workflow-api-app.dev.maimaiag.com/api/v1/workflows/${response.data.name}/log`
|
||||
console.log(`打开 ${url} 查看日志`);
|
||||
})
|
||||
.catch(function (error) {
|
||||
console.log(error);
|
||||
|
||||
Reference in New Issue
Block a user