1 Star 0 Fork 1.2K

wuqiangjun_ql/JAVA商城系统mall4j的后台界面-mall4v

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
index.html 929 Bytes
Copy Edit Raw Blame History
Eratosici authored 2021-11-09 17:20 . 文字替换
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="referrer" content="same-origin">
<title>mall4j后台</title>
<% if (process.env.NODE_ENV === 'production') { %>
<!-- 生产环境 -->
<script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>');</script>
<% }else { %>
<!-- 开发环境 -->
<link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico">
<script src="./static/config/index.js"></script>
<script src="./static/plugins/echarts-4.2.1/echarts.common.min.js"></script>
<script src="./static/plugins/tinymce.4.9.4/tinymce.min.js"></script>
<script src="./static/plugins/tinymce.4.9.4/zh_CN.js"></script>
<% } %>
</head>
<body>
<div id="app"></div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wuqiangjun/mall4v.git
git@gitee.com:wuqiangjun/mall4v.git
wuqiangjun
mall4v
JAVA商城系统mall4j的后台界面-mall4v
master

Search