From 1dcebbee1cfe2421ec68ae4c6d057cf5cacfb889 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 14 Apr 2026 14:26:36 +0800 Subject: [PATCH] 213 --- 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 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) {