chore: 修改系统名称
This commit is contained in:
parent
b34646f869
commit
087fa440b6
@ -1,10 +1,10 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + React</title>
|
||||
<title>电科院材料所实验室仪器设备预约系统</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
@ -22,7 +22,9 @@ export default function Login() {
|
||||
|
||||
return (
|
||||
<div className="w-screen h-screen flex justify-center items-center flex-col">
|
||||
<h1 className="m-6 text-gray-800 font-mono text-4xl">xxxx设备预约系统</h1>
|
||||
<h1 className="m-6 text-gray-800 font-mono text-4xl">
|
||||
电科院材料所实验室仪器设备预约系统
|
||||
</h1>
|
||||
<Form
|
||||
name="login"
|
||||
autoComplete="off"
|
||||
|
Loading…
x
Reference in New Issue
Block a user