From dea4e4d83a4eca59108855eb5343eb2484215b6a Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Wed, 6 Mar 2024 09:53:45 +0800 Subject: [PATCH] 23 --- src/components/Custom/CustomPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {