| commit | 3c78ae386297cd6c01314f19463b56ff87b02773 | [log] [tgz] |
|---|---|---|
| author | Xia Kaixiang <kaixiang.xia@supwisdom.com> | 周四 6月 20 18:50:32 2019 +0800 |
| committer | Xia Kaixiang <kaixiang.xia@supwisdom.com> | 周四 6月 20 18:50:32 2019 +0800 |
| tree | 4ddc68091d6955a11cfa3426361fb762074db446 | |
| parent | 4d93c0a188a529dd03f5b5cea13dd8b36e9bc90f [diff] [blame] |
context-path页面问题解决
diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 0cef69e..d5d6c7b 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html
@@ -93,7 +93,7 @@ var field = obj.field; layer.load(2); $.ajax({ - url: '/login/form', + url: '[[@{/login/form}]]', data: field, type: 'POST', success: function (data) {