UNPKG

mtl-js-sdk

Version:

ynf-fw-mtl-api

19 lines (17 loc) 611 B
/* * @Author: wangyingliang@yonyou.com * @Date: 2024-07-22 15:45:20 * @LastEditors: wangyingliang wangyingliang@yonyou.com * @LastEditTime: 2024-07-22 16:10:25 * @FilePath: /mtl-api-project/src/platforms/all-platform/global.js * @Description: 通用函数 * Copyright (c) 2024 by Yonyou, All Rights Reserved. */ import contacts from './contacts/index' import unitifyLogin from './unitifyLogin/index.js' import theme from './theme/index' import changeAction from './changeAction/index' import ucg from './ucg/index' export default { modules: { contacts, unitifyLogin, theme, ...changeAction, ucg } };