1 Star 0 Fork 513

sunlightluo/领课教育系统-Admin端

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
index.html 687 Bytes
Copy Edit Raw Blame History
领课 authored 2024-05-19 09:21 . feat: 使用nuxt3进行项目重构
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="icon" href="/favicon.ico" />
<title>运营管理后台</title>
<script src="https://player.polyv.net/resp/vod-player/latest/player.js" async></script>
</head>
<body>
<noscript>
<strong>We're sorry but admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jackluophp/roncoo-education-admin.git
git@gitee.com:jackluophp/roncoo-education-admin.git
jackluophp
roncoo-education-admin
领课教育系统-Admin端
master

Search