index.js 274 Bytes
/**
 * @description API 接口定义
 * @Template: 在此定义您的业务 API 接口地址
 */

import { fn, fetch } from '@/api/fn';

const Api = {}

// ==================== 业务 API 接口示例 ====================
// 请根据实际业务需求修改或添加接口