Skip to content

Commit 233eaa6

Browse files
committed
Java:MultiDataSource 同步 APIAuto 代码
1 parent 6e90056 commit 233eaa6

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3506,6 +3506,8 @@
35063506
//请求
35073507
request: function (isAdminOperation, type, url, req, header, callback) {
35083508
type = type || REQUEST_TYPE_JSON
3509+
url = StringUtil.noBlank(url)
3510+
35093511
var isDelegate = (isAdminOperation == false && this.isDelegateEnabled) || (isAdminOperation && url.indexOf('://apijson.cn') > 0)
35103512

35113513
if (header != null && header.Cookie != null) {

0 commit comments

Comments
 (0)