/* * @Author: shuishen 1109946754@qq.com * @Date: 2022-09-29 16:49:32 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2022-09-29 17:01:20 * @FilePath: \srs-police-affairs\src\mock\index.js * @Description: * * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved. */ import { getCarList } from './home' const Mock = require('mockjs') //获取用户表格数据 Mock.mock("/user/getUserList", "get", getCarList)