fix ajax url of signing in

This commit is contained in:
printempw 2016-09-10 21:43:08 +08:00
parent 6c1311db5e
commit 963a8a516b

View File

@ -2,7 +2,7 @@
* @Author: printempw * @Author: printempw
* @Date: 2016-07-16 10:02:24 * @Date: 2016-07-16 10:02:24
* @Last Modified by: printempw * @Last Modified by: printempw
* @Last Modified time: 2016-09-10 17:07:55 * @Last Modified time: 2016-09-10 21:42:29
*/ */
'use strict'; 'use strict';
@ -605,7 +605,7 @@ $('#version-select').change(showConfig);
function sign() { function sign() {
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: "./sign", url: "./user/sign",
dataType: "json", dataType: "json",
success: function(json) { success: function(json) {
if (json.errno == 0) { if (json.errno == 0) {