Browse Source

去掉登录报错接口

intex_online20241111
张立 3 months ago
parent
commit
bf27894c65
  1. 2
      src/api/home/index.ts
  2. 2
      src/api/wms/switch/index.ts

2
src/api/home/index.ts

@ -41,7 +41,7 @@ export const getPurchasereturnRecordMonth = async (params) => {
// 本月索赔明细 // 本月索赔明细
export const getPurchaseclaimRecordMonth = async (params) => { export const getPurchaseclaimRecordMonth = async (params) => {
return await request.get({ url: `/wms/index/pagePurchaseclaimRecordMonth`,params }) // return await request.get({ url: `/wms/index/pagePurchaseclaimRecordMonth`,params })
} }
// 今日生产计划 // 今日生产计划

2
src/api/wms/switch/index.ts

@ -57,5 +57,5 @@ export const importTemplate = () => {
// 获取开关详情 // 获取开关详情
export const getSwitchByCode = async (code) => { export const getSwitchByCode = async (code) => {
return await request.get({ url: '/wms/switch/getByCode?code=' + code }) // return await request.get({ url: '/wms/switch/getByCode?code=' + code })
} }
Loading…
Cancel
Save