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