Skip to content

Commit 0a580ad

Browse files
committed
Java:更新 APIAuto
1 parent 1afd82a commit 0a580ad

File tree

1 file changed

+1
-1
lines changed
  • APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/js

1 file changed

+1
-1
lines changed

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/resources/static/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@
19001900
'testAccountId': currentAccountId,
19011901
'name': extName,
19021902
'type': App.type,
1903-
'url': isReleaseRESTful ? ('/' + methodInfo.method + '/' + methodInfo.tag) : ('/' + method),
1903+
'url': '/' + method, // 'url': isReleaseRESTful ? ('/' + methodInfo.method + '/' + methodInfo.tag) : ('/' + method),
19041904
'request': JSON.stringify(btnIndex <= 0 ? constJson : mapReq, null, ' '),
19051905
'apijson': btnIndex <= 0 ? undefined : JSON.stringify(constJson, null, ' '),
19061906
'standard': commentObj == null ? null : JSON.stringify(commentObj, null, ' '),

0 commit comments

Comments
 (0)