import React, { useState } from "react"; import { Link, Box, Typography, Container } from "@mui/material"; import { Outlet } from "@umijs/max"; import Logo from "@/components/logo"; import "./index.less"; function LoginLayout() { return (
精密测量虚拟仿真实训平台 {"© "} My App {" "} {new Date().getFullYear()}
); } export default LoginLayout;