修正了语言设定和网页标题

This commit is contained in:
carry 2025-02-16 18:29:55 +08:00
parent 68008967cb
commit cb21998920

View File

@ -1,10 +1,10 @@
<!doctype html>
<html lang="en">
<html lang="zh-CN">
<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 + Vue + TS</title>
<title>RBAC</title>
</head>
<body>
<div id="app"></div>