Compare commits

...

2 Commits

Author SHA1 Message Date
86d5c08012 Merge pull request 'xxl-job跳转路径修改' (#86) from xinwei into master
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: http://101.43.112.107:3000/root/ludu-cloud/pulls/86
2024-10-29 17:21:11 +08:00
b01210098d xxl-job跳转路径修改 2024-10-29 17:20:21 +08:00

View File

@ -71,7 +71,7 @@
// 提交
const redirectUri = 'http://121.36.203.133/xxl-job-admin/toLogin'; // 需要修改成,你回调的地址,就是在 index.html 拼接的 redirectUri
$.ajax({
url: "http:///xxl-job-admin/auth/login-by-code?code=" + code
url: "http://121.36.203.133/xxl-job-admin/auth/login-by-code?code=" + code
+ '&redirectUri=' + redirectUri,
method: 'POST',
success: function (result) {