From 963a8a516b9f928b13e8b4739784186dcbe7c32a Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 10 Sep 2016 21:43:08 +0800 Subject: [PATCH] fix ajax url of signing in --- resources/assets/js/user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/user.js b/resources/assets/js/user.js index e7e5a1f9..593e5c8b 100644 --- a/resources/assets/js/user.js +++ b/resources/assets/js/user.js @@ -2,7 +2,7 @@ * @Author: printempw * @Date: 2016-07-16 10:02:24 * @Last Modified by: printempw - * @Last Modified time: 2016-09-10 17:07:55 + * @Last Modified time: 2016-09-10 21:42:29 */ 'use strict'; @@ -605,7 +605,7 @@ $('#version-select').change(showConfig); function sign() { $.ajax({ type: "POST", - url: "./sign", + url: "./user/sign", dataType: "json", success: function(json) { if (json.errno == 0) {