From d61caf81829a61aee5c2d811ab804162eca282b5 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Tue, 5 Mar 2024 16:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=A6=96=E9=A1=B5=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/home/index.ts | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/api/home/index.ts b/src/api/home/index.ts index aa8cb13..b6e777a 100644 --- a/src/api/home/index.ts +++ b/src/api/home/index.ts @@ -1,22 +1,22 @@ import request from '@/config/axios' // 供应商首页 -export const getSupplierData = async () => { - return await request.get({ url: `/wms/index/indexSupplier` }) -} +// export const getSupplierData = async () => { +// return await request.get({ url: `/wms/index/indexSupplier` }) +// } -// 原料管理员首页 -export const getMaterialData = async () => { - return await request.get({ url: `/wms/index/indexMaterial` }) -} +// // 原料管理员首页 +// export const getMaterialData = async () => { +// return await request.get({ url: `/wms/index/indexMaterial` }) +// } -// 生产管理员首页 -export const getProduceData = async () => { - return await request.get({ url: `/wms/index/indexProduce` }) -} +// // 生产管理员首页 +// export const getProduceData = async () => { +// return await request.get({ url: `/wms/index/indexProduce` }) +// } -// 成品管理员首页 -export const getProductData = async () => { - return await request.get({ url: `/wms/index/indexProduct` }) -} +// // 成品管理员首页 +// export const getProductData = async () => { +// return await request.get({ url: `/wms/index/indexProduct` }) +// }