Skip to content

Commit

Permalink
解决不能通过tag构建版本的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
cgw committed Aug 12, 2023
1 parent 091bb11 commit f9a73cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/page/tag/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
contentType: 'application/json;charset=UTF-8',
data: JSON.stringify({'appId': appId}),
success: function(res){
var techType = res.data.techType;
//SpringBoot、Nodejs、Html
if(techType == 1 || techType == 4 || techType == 5){
doBuild($, appId, '0', branchName);
Expand Down

0 comments on commit f9a73cc

Please sign in to comment.