Browse Source

no message

zhengkaixin 2 năm trước cách đây
mục cha
commit
1b905b092c
1 tập tin đã thay đổi với 0 bổ sung8 xóa
  1. 0 8
      src/apis/Common/notice.js

+ 0 - 8
src/apis/Common/notice.js

@@ -1,14 +1,6 @@
 import request from '@/utils/request'
 import Qs from 'qs';
 //文件审批
-export function checkPageList(data) {
-	return request({
-		url: '/mobile/doc/checkPageList' ,
-		data: Qs.stringify(data),
-		method: 'post',
-	})
-}
-
 export function checkPageList(data) {
 	return request({
 		url: '/mobile/doc/checkPageList' ,