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/personal/information.jsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pages/personal/information.jsx b/src/module/oa/personal/information.jsx
similarity index 90%
rename from src/pages/personal/information.jsx
rename to src/module/oa/personal/information.jsx
index 362e006..4ce97b2 100644
--- a/src/pages/personal/information.jsx
+++ b/src/module/oa/personal/information.jsx
@@ -6,7 +6,7 @@
/** 个人信息 */
import React, { ReactNode, ReactEventHandler, Component } from 'react';
-import InformationPage from '../../components/page/personal/information';
+import InformationPage from '../../../components/oa/personal/information';
import { now } from 'moment';
export default class Information extends Component {
--
Gitblit v1.8.0