Browse Source

no message

zhengkaixin 2 years ago
parent
commit
1b905b092c
1 changed files with 0 additions and 8 deletions
  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' ,