3 Star 0 Fork 0

Admin/给好房通用的源代码提交库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
ALEX 提交于 2022-11-17 15:16 . init project
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="format-detection" content="telephone=yes" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<title>在线教育</title>
<script src="/web-hft-ee/static/js/axios.min.js"></script>
<% if (process.env.NODE_ENV === 'production') { %>
<script src="/web-hft-ee/static/js/vue.min.js"></script>
<% } else { %>
<script src="https://lib.baomitu.com/vue/2.6.14/vue.js"></script>
<% } %>
<script src="/web-hft-ee/static/js/vuex.js"></script>
<script src="/web-hft-ee/static/js/vue-router.min.js"></script>
<script src="/web-hft-ee/static/js/moment.min.js"></script>
</head>
<body>
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="https://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"></script>
<script src="https://lib.baomitu.com/echarts/5.3.0/echarts.js"></script>
<script src="/web-hft-ee/static/js/index.charts.min.js"></script>
<link rel="stylesheet" href="/web-hft-ee/static/css/style.charts.min.css">
<% if (process.env.NODE_ENV !== 'production') { %>
<script src="https://lib.baomitu.com/vConsole/latest/vconsole.min.js"></script>
<script>
new window.VConsole();
</script>
<% } %>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhiyecn_zhiyedeveloper/hft-sound-code.git
git@gitee.com:zhiyecn_zhiyedeveloper/hft-sound-code.git
zhiyecn_zhiyedeveloper
hft-sound-code
给好房通用的源代码提交库
master

搜索帮助