修正接口请求

This commit is contained in:
aixianling
2022-08-26 14:24:34 +08:00
parent 44ca30cbf3
commit ce1fd46b7e
53 changed files with 151 additions and 151 deletions

View File

@@ -192,7 +192,7 @@ export default {
this.getApply()
},
getApply() {
this.instance.post("/appfinancialloanapply/staticFinancialLoanApplyByMainbody", null, {
this.instance.post("/app/appfinancialloanapply/staticFinancialLoanApplyByMainbody", null, {
params: {...this.search}
}).then(res => {
if (res?.data) {
@@ -201,7 +201,7 @@ export default {
})
},
getOverviews() {
this.instance.post("/appfinancialloanapply/staticFinancialLoanApplyByOrganization", null, {
this.instance.post("/app/appfinancialloanapply/staticFinancialLoanApplyByOrganization", null, {
params: {...this.search}
}).then(res => {
if (res?.data) {
@@ -210,7 +210,7 @@ export default {
})
},
getProductTop10() {
this.instance.post("/appfinancialloanapply/queryHotFinancialProduct", null, {
this.instance.post("/app/appfinancialloanapply/queryHotFinancialProduct", null, {
params: {...this.search}
}).then(res => {
if (res?.data) {
@@ -219,7 +219,7 @@ export default {
})
},
getTradeTrend() {
this.instance.post("/appfinancialloanapply/queryFinancialLoanApplyByMonth", null, {
this.instance.post("/app/appfinancialloanapply/queryFinancialLoanApplyByMonth", null, {
params: {...this.search}
}).then(res => {
if (res?.data) {