/* * @Author: ch * @Date: 2022-05-04 20:29:55 * @LastEditors: ch * @LastEditTime: 2022-05-04 21:58:02 * @Description: file content */ import * as other from './other'; export * from './other'; export default { ...other}