From fa71559c92ce8f7429971370ca4bd1139c903621 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 27 May 2020 11:16:05 +0800 Subject: [PATCH] oa+用户中心 --- src/module/oa/logManage/operLog.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/logManage/operLog.jsx b/src/module/oa/logManage/operLog.jsx similarity index 88% rename from src/pages/logManage/operLog.jsx rename to src/module/oa/logManage/operLog.jsx index 7f2d1e9..e2c6aab 100644 --- a/src/pages/logManage/operLog.jsx +++ b/src/module/oa/logManage/operLog.jsx @@ -6,7 +6,7 @@ /** 操作日志 */ import React, { ReactNode, ReactEventHandler, Component } from 'react'; -import OperLogPage from '../../components/page/logManage/operLog' +import OperLogPage from '../../../components/oa/logManage/operLog' export default class OperLog extends Component { constructor(props) { -- Gitblit v1.8.0