1 Star 0 Fork 11

张三峰/SiC B2b2cShop App Open

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
SiC软件 提交于 2024-01-19 18:01 . 1. 修复图片不显示问题;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Access-Control-Allow-Origin" content="*" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="stylesheet" type="text/css" href="./static/productDetail.css"/>
<link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
</head>
<body>
<div id="app"></div>
</body>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?f9cb0f2abef77a9249f06248ef92e841";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fff_1993/sic-b2b2c-shop-app-open.git
git@gitee.com:fff_1993/sic-b2b2c-shop-app-open.git
fff_1993
sic-b2b2c-shop-app-open
SiC B2b2cShop App Open
main

搜索帮助