From c70179b9542297f2fd7eb2e80820337ee777761c Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Fri, 12 Apr 2024 13:58:11 +0800 Subject: [PATCH] 21345 --- 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 8e8baa0..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/customConfig' -import loadPage from '../../utils/customConfig1'//便捷开发 请勿提交 +// import loadPage from '../../utils/customConfig1' +import loadPage from '../../utils/customConfig' class CustomPage extends React.Component { constructor(props) {