#
vincentlu
2025-04-21 7fba4f90e8f6a489bb8767fb48a8c1028fe1ed9f
zy-acs-flow/src/map/header/FakeFab.jsx
@@ -5,6 +5,7 @@
} from '@mui/material';
import LensBlurIcon from '@mui/icons-material/LensBlur';
import { getFakeSign, setFakeSign } from "../http";
import { VERIFY_PASSWORD } from '@/config/setting';
const FakeFab = (props) => {
    const translate = useTranslate();
@@ -21,7 +22,7 @@
            let pass = true;
            if (!res) {
                const pwd = prompt("please enter password:");
                if (pwd === 'xltys1995') {
                if (pwd === VERIFY_PASSWORD) {
                    pass = true;
                } else {
                    pass = false;