芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/yup/es/setLocale.js
import locale from './locale'; export default function setLocale(custom) { Object.keys(custom).forEach(function (type) { Object.keys(custom[type]).forEach(function (method) { locale[type][method] = custom[type][method]; }); }); }