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 1/2] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=8A=A5=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` }) +// } From 6e75e3ea6d37db8e9a4d189cc59990088281199a Mon Sep 17 00:00:00 2001 From: liuchen864 <23082234@qq.com> Date: Tue, 5 Mar 2024 17:20:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 73dfd29..7d4b4de 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ auto-*.d.ts .idea .history .vscode/ +/eam/