提交部分路径修改

This commit is contained in:
RuoYi
2018-04-28 17:58:11 +08:00
parent 4802563837
commit e74c244cdc
11 changed files with 47 additions and 46 deletions

View File

@ -86,7 +86,7 @@
data: $('#signupForm').serialize(),
success: function(r) {
if (r.code == 0) {
parent.location.href = '/index';
parent.location.href = ctx + 'index';
} else {
layer.msg(r.msg);
}