修复接口代理问题

This commit is contained in:
aixianling
2022-08-31 17:29:17 +08:00
parent 6c44cf5a65
commit b1d31708da
5 changed files with 5 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ export default {
},
handleIsHot(row) {
let {id, isHot} = row
this.instance.post("appfinancialproduct/setIsHot", null, {
this.instance.post("/api/appfinancialproduct/setIsHot", null, {
params: {id, isHot}
}).then(res => {
if (res?.code == 0) {