Commit 959a45e3 authored by hujun's avatar hujun

登录跳转到商铺列表

parent 2a47dfe5
......@@ -54,7 +54,7 @@ $(function(){
if(typeof data === 'object') {
if (data.code == 200) {
localStorage.setItem('pcUserInfo',encodeURIComponent(JSON.stringify(data.data)));//存储PC后台登录用户所有信息
location.href = '/admin.php/index/banner';
location.href = '/admin.php/index/getHouseList';
}else {
alert(data['msg']);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment