import React ,{Fragment}from 'react'; import {Button} from "antd"; import { WeaDialogFooter, WeaLocaleProvider, } from 'ecCom'; import '../style/weakPassConfirm.less'; const getLabel = WeaLocaleProvider.getLabel; export default function WeakPassConfirm(){ const handleCondirm = () => { const dialog = top.window.getParentDialog(); dialog.close(); dialog.callback(); } return (

{getLabel('516219','该密码安全性较低,管理员已开启弱密码禁止保存设置,请修改密码。') }

{getLabel(33703, '确定')}}/>
) }