|
@@ -188,7 +188,7 @@
|
|
|
}
|
|
|
|
|
|
$.ajax({
|
|
|
- url: "/index.php/api/passport/login",
|
|
|
+ url: "/api/passport/login",
|
|
|
headers: {platform: 'H5'},
|
|
|
dataType: 'json',
|
|
|
data: JSON.stringify(dp),
|
|
@@ -285,7 +285,7 @@
|
|
|
}
|
|
|
|
|
|
$.ajax({
|
|
|
- url: "/index.php/api/passport/login",
|
|
|
+ url: "/api/passport/login",
|
|
|
headers: {platform: 'H5'},
|
|
|
dataType: 'json',
|
|
|
data: JSON.stringify(dp),
|
|
@@ -316,7 +316,7 @@
|
|
|
window.history.back();
|
|
|
} else {
|
|
|
//跳转首页
|
|
|
- window.location.replace('/index.php/api/index/index.html');
|
|
|
+ window.location.replace('/api/index/index.html');
|
|
|
}
|
|
|
}
|
|
|
})
|