/* * @Author: 李佐宁 lizuoning@yuan-info.com * @Date: 2022-07-20 22:46:47 * @LastEditors: 李佐宁 lizuoning@yuan-info.com * @LastEditTime: 2022-07-22 10:23:25 * @FilePath: \safe-product-authority-browser\src\views\permission\index.ts * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ import logaudit from './logaudit.vue' // import organManagement from './organManagement.vue' import {withInstall} from '../../../utils/tools' const YaLogAudit = withInstall(logaudit, 'YaLogAudit') // const YaOrganManagement = withInstall(organManagement, 'YaOrganManagement') export { YaLogAudit }