Skip to content

Commit 7a7eca6

Browse files
committed
APIAuto: 打开网页直接加载脚本,不再需要手动打开设置才加载
1 parent 8cfe104 commit 7a7eca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12898,10 +12898,10 @@ Content-Type: ` + contentType) + (StringUtil.isEmpty(headerStr, true) ? '' : hea
1289812898
//无效,只能在index里设置 vUrl.value = this.getCache('', 'URL_BASE')
1289912899

1290012900
this.listHistory()
12901-
if (this.isScriptShow) {
12901+
// if (this.isScriptShow) {
1290212902
this.changeScriptType()
1290312903
this.listScript()
12904-
}
12904+
// }
1290512905

1290612906
var isLoggedIn = this.User != null && this.User.id != null && this.User.id > 0
1290712907
if (isLoggedIn) {

0 commit comments

Comments
 (0)