diff --git a/src/components/Custom/CustomPage.js b/src/components/Custom/CustomPage.js index 73a0859..6eea43c 100644 --- a/src/components/Custom/CustomPage.js +++ b/src/components/Custom/CustomPage.js @@ -1,8 +1,8 @@ import React from 'react' import { connect } from 'dva' import { initFilter, getCustomParams } from "../../utils/common" -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) {