|
@@ -1091,7 +1091,7 @@ window.vBuyerSearchComponent = new Vue({
|
|
|
let _this = this
|
|
|
$.ajax({
|
|
|
type: 'POST',
|
|
|
- url: '/entniche/customer/history',
|
|
|
+ url: '/entnicheNew/customer/history',
|
|
|
success: function(res) {
|
|
|
console.log(res)
|
|
|
if(res.error_code == 0) {
|
|
@@ -1278,7 +1278,7 @@ window.vBuyerSearchComponent = new Vue({
|
|
|
} else {
|
|
|
$.ajax({
|
|
|
type: 'POST',
|
|
|
- url: '/entniche/subscribe/key/get',
|
|
|
+ url: '/entnicheNew/subscribe/key/get',
|
|
|
success:function(res) {
|
|
|
// console.log(res)
|
|
|
let getArr = []
|
|
@@ -1422,7 +1422,7 @@ window.vBuyerSearchComponent = new Vue({
|
|
|
if(str == 'r') {
|
|
|
$.ajax({
|
|
|
type: 'POST',
|
|
|
- url: '/entniche/customer/claimcheck',
|
|
|
+ url: '/entnicheNew/customer/claimcheck',
|
|
|
contentType: 'application/json',
|
|
|
data: JSON.stringify(params),
|
|
|
success: function(res) {
|
|
@@ -1442,7 +1442,7 @@ window.vBuyerSearchComponent = new Vue({
|
|
|
// 关注
|
|
|
$.ajax({
|
|
|
type: 'POST',
|
|
|
- url: '/entniche/customer/check',
|
|
|
+ url: '/entnicheNew/customer/check',
|
|
|
contentType: 'application/json',
|
|
|
data: JSON.stringify(params),
|
|
|
success: function(res) {
|
|
@@ -1482,7 +1482,7 @@ window.vBuyerSearchComponent = new Vue({
|
|
|
}
|
|
|
$.ajax({
|
|
|
type: 'POST',
|
|
|
- url: '/entniche/customer/attention',
|
|
|
+ url: '/entnicheNew/customer/attention',
|
|
|
contentType: 'application/json',
|
|
|
data: JSON.stringify(params),
|
|
|
success: function(res) {
|
|
@@ -1502,7 +1502,7 @@ window.vBuyerSearchComponent = new Vue({
|
|
|
ajaxEntList() {
|
|
|
let aa = this.getSearchParams()
|
|
|
return $.ajax({
|
|
|
- url: '/entniche/customer/corList',
|
|
|
+ url: '/entnicheNew/customer/corList',
|
|
|
type: 'POST',
|
|
|
contentType: 'application/json',
|
|
|
data: JSON.stringify(aa)
|