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