From 830af28f587492a04f83f031de8ee998f2fa762e Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Mon, 16 Sep 2019 09:31:25 +0800 Subject: [PATCH] console.log('configShareForPaths') --- public/react/src/modules/paths/ShixunPaths.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/react/src/modules/paths/ShixunPaths.js b/public/react/src/modules/paths/ShixunPaths.js index c2bc0d869..d943634b3 100644 --- a/public/react/src/modules/paths/ShixunPaths.js +++ b/public/react/src/modules/paths/ShixunPaths.js @@ -8,6 +8,7 @@ class ShixunPath extends Component{ super(props) } componentDidMount() { + console.log('configShareForPaths') configShareForPaths() }