1 Star 1 Fork 0

若依框架学习/RuoYi-Uview-plus-Vue3

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
index.html 771 Bytes
Copy Edit Raw Blame History
»ÆԣÔó authored 2024-06-26 18:30 . 1
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ruoyi-App-Geek</title>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
CSS.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
<title></title>
<!--preload-links-->
<!--app-context-->
</head>
<body>
<div id="app"><!--app-html--></div>
<script type="module" src="./src/main.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/if-according-to-the-framework_1/ruo-yi-uview-plus-vue3.git
git@gitee.com:if-according-to-the-framework_1/ruo-yi-uview-plus-vue3.git
if-according-to-the-framework_1
ruo-yi-uview-plus-vue3
RuoYi-Uview-plus-Vue3
master

Search