Files
coreshoppro/CoreCms.Net.Web.Admin/wwwroot/index.html
2021-12-20 21:27:32 +08:00

48 lines
2.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>核心商城CoreShop后台管理</title>
<meta name="keywords" content="corecms,CoreShop,核心商城,核心小程序商城系统" />
<meta name="description" content="核心商城系统CoreShop基于Asp.net 5.0 开发的支持可视化布局的商城系统、前后端分离支持分布式部署拥有分销、团购、直播、秒杀、优惠券、自定义页面等众多营销功能拥有完整sku和下单流程的完全开源商城致力于为中小企业打造一个完整、易于维护的开源的电商系统采用现阶段流行技术实现。后台管理系统包含会员管理、商品管理、订单管理、财务管理、运营管理、多规格管理、内容管理、报表统计、促销设置、分销管理、多门店管理、权限管理、设置等模块。" />
<meta name="renderer" content="webkit">
<meta name="robots" content="noarchive">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="shortcut icon" href="static/images/common/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/lib/layui/css/layui.css" media="all">
<link href="/lib/layuiAdmin/style/dtree/dtree.css" rel="stylesheet" />
<link href="/lib/layuiAdmin/style/dtree/font/dtreefont.css" rel="stylesheet" />
<script src="/lib/ckeditor5/ckeditor.js"></script>
<script src="/lib/ckeditor5/translations/zh-cn.js"></script>
<link href="/static/css/documentEditor.min.css" rel="stylesheet" />
<script charset="utf-8" src="https://map.qq.com/api/js?v=2.exp&libraries=place&key=225d6c323c15ed3391a890f834bc4533"></script>
<!-- 让IE8/9支持媒体查询从而兼容栅格 -->
<!--[if lt IE 9]>
<script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
<script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
/^http(s*):\/\//.test(location.href) || alert('请先部署到 localhost 下再访问');
</script>
</head>
<body>
<div id="LAY_app"></div>
<script src="/lib/layui/layui.js"></script>
<script>
layui.config({
base: '/lib/layuiAdmin/',
version: new Date().getTime()
}).use('index');
</script>
<script src="/lib/jquery/jquery-2.1.4.min.js"></script>
<script src="/static/js/common.js"></script>
<link href="/static/css/overWrite.min.css" rel="stylesheet" />
</body>
</html>