lsw 8 月之前
父節點
當前提交
5f07990123
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/pages/job/position/manage/part_time_push.vue

+ 1 - 1
app/pages/job/position/manage/part_time_push.vue

@@ -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;
 				}