Commit db3f0328 authored by Xuguangxing's avatar Xuguangxing

feat: 更换接口地址

parent 5dd0cc01
...@@ -27,7 +27,7 @@ export default { ...@@ -27,7 +27,7 @@ export default {
}, },
getFinanceSetting() { getFinanceSetting() {
// return http.post(`http://yapi.quantgroups.com/mock/351/api/kdsp/api/kdsp/vcc_switch`, { // return http.post(`http://yapi.quantgroups.com/mock/351/api/kdsp/api/kdsp/vcc_switch`, {
return http.post(`${config.kdspHost}/api/kdsp/vcc_switch`, { return http.post(`${config.kdspHost}/api/kdsp/vcc_switch/get-vcc-status`, {
areaType: 11 areaType: 11
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment