dbsd_kczx/src/views/site/utils/index.ts

10 lines
302 B
TypeScript
Raw Normal View History

2023-04-10 23:14:07 +08:00
import { defHttp } from '/@/utils/http/axios';
2023-04-06 00:45:01 +08:00
export const getUserId = () => {
return '2016900057';
2023-04-10 23:14:07 +08:00
}
// export const getSysConfig = () => defHttp.get({ url: '/kcSysConfig/kcSysConfig/queryById', params:{id:'1'} })
export const getSysConfig = () => ({bxqkssj:'2023-02-19',bxqjssj:'2023-07-19'})