2026-08-11 19:07:05 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
<head>
|
|
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
2026-08-14 07:51:46 +08:00
|
|
|
|
<link rel="icon" type="image/png" href="/favicon.png"/>
|
|
|
|
|
|
<title>年糕崽崽项目管理(PMS)</title>
|
2026-08-11 19:07:05 +08:00
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
|
<script src="./src/main.js" type="module"></script>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|
|
|
|
|
|
|