Files
ALL-teach_sys/frontend_财经商贸/src/pages/DuoDuoAgentPage/index.jsx

17 lines
321 B
React
Raw Normal View History

import "./index.css";
const AgentPage = () => {
return (
<div className="agent-page-wrapper">
<iframe
src="http://127.0.0.1:4173/finance"
className="agent-page-iframe"
title="Agent"
frameBorder="0"
allowFullScreen
/>
</div>
);
};
export default AgentPage;