cim的js文件
This commit is contained in:
parent
d6e49c16f1
commit
a4b7510e1a
|
@ -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 |
Loading…
Reference in New Issue