更新前端模版为空模版

This commit is contained in:
2018-01-14 12:31:08 +08:00
parent f1a0b3d7a4
commit a7e6c76a95
2 changed files with 8 additions and 2 deletions

View File

@@ -25,7 +25,6 @@
"overtrue/wechat": "~4.0",
"overtrue/easy-sms": "^1.0",
"riverslei/payment": "*",
"5ini99/think-auth": "^1.0"
},
"autoload": {
"psr-4": {

View File

@@ -1 +1,8 @@
{__TPL__}
<html>
<head>
<title>SentCMS网站管理系统</title>
</head>
<body>
<div>SentCMS网站管理系统</div>
</body>
</html>