修正接口请求
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user