diff --git a/src/components/Custom/CustomPage.js b/src/components/Custom/CustomPage.js index 1fb6309..04c8fe2 100644 --- a/src/components/Custom/CustomPage.js +++ b/src/components/Custom/CustomPage.js @@ -2,8 +2,8 @@ import React from 'react' import { connect } from 'dva' import { initFilter, getCustomParams } from "../../utils/common" //import loadPage from '../../utils/customConfigwjn'//便捷开发 请勿提交 -import loadPage from '../../utils/customConfig1' -// import loadPage from '../../utils/customConfig' +// import loadPage from '../../utils/customConfig1' +import loadPage from '../../utils/customConfig' class CustomPage extends React.Component { constructor(props) {