90 Star 325 Fork 247

微同软件 / platform-plus-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 973 Bytes
一键复制 编辑 原始数据 按行查看 历史
微同软件 提交于 2019-03-11 09:45 . Initial commit
<!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">
<title>微同软件管理平台</title>
<% if (process.env.NODE_ENV === 'production') { %>
<!-- 生产环境 -->
<script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>')</script>
<script>
(function () {
var hm = document.createElement('script')
hm.src = 'https://hm.baidu.com/hm.js?13103c75f18a7c59e7cf9bf5c9944775'
var s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(hm, s)
})()
</script>
<% }else { %>
<!-- 开发环境 -->
<link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico">
<script src="./static/config/index.js"></script>
<% } %>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
JavaScript
1
https://gitee.com/fuyang_lipengjun/platform-plus-ui.git
git@gitee.com:fuyang_lipengjun/platform-plus-ui.git
fuyang_lipengjun
platform-plus-ui
platform-plus-ui
master

搜索帮助