From 3c6bdb6f439ff7af04765259fd6a91b6d201d095 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 19 六月 2025 17:12:25 +0800 Subject: [PATCH] 工单,数据中心用户查看数据的权限,合同考核每日,以及导出每日和按月 --- src/api/platform/home.js | 29 ++++++++++++++++++++++++++++- 1 files changed, 28 insertions(+), 1 deletions(-) diff --git a/src/api/platform/home.js b/src/api/platform/home.js index 55c25fa..7198b74 100644 --- a/src/api/platform/home.js +++ b/src/api/platform/home.js @@ -1,5 +1,32 @@ import request from '@/utils/request' +// 杩愮淮鐩戞帶鎶ヨ〃 +export function video(data) { + return request({ + url: '/home/video', + method: 'get', + params: data + }) +} + +// 杩愮淮鐩戞帶鎶ヨ〃 +export function car(data) { + return request({ + url: '/home/car', + method: 'get', + params: data + }) +} + +// 杩愮淮鐩戞帶鎶ヨ〃 +export function face(data) { + return request({ + url: '/home/face', + method: 'get', + params: data + }) +} + // 杩愮淮鍏徃涓嬫媺 export function ywUnitList() { return request({ @@ -57,4 +84,4 @@ method: 'get', params: { category } }) -} \ No newline at end of file +} -- Gitblit v1.8.0