fix: 修复错误的依赖

This commit is contained in:
贺海国
2025-10-24 14:12:59 +08:00
parent 9452d748aa
commit b70922e4d7
5 changed files with 92 additions and 102 deletions

View File

@@ -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);