@@ -119,7 +119,7 @@ export default {
//平台服务费信息
getPlatform() {
this.http.request({
- url: '/app/pay/getPlatform',
+ url: '/app/common/getPlatform',
success: (res) => {
this.platform = res.data.data;
}