cim的js文件

This commit is contained in:
gaoyuanwei 2022-08-19 12:51:03 +08:00
parent d6e49c16f1
commit a4b7510e1a
4 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
import request from '@/utils/request'
// cim
export function countByType() {
return request({
url: '/renren-admin/resource/countByType',
method: 'get',
})
}
// cim+
export function getCIMApplyApplicationList() {
return request({
url: '/renren-admin/resource/getCIMApplyApplicationList',
method: 'get',
})
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB