lsw 8 tháng trước cách đây
mục cha
commit
5f07990123
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 				}