初始化项目:添加后端代码、ThinkPHP框架、前端资源
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{$meta.title}</title>
|
||||
<meta name="keywords" content="{$meta.keywords}">
|
||||
<meta name="description" content="{$meta.description}">
|
||||
<link rel='icon' href='{$pc_config.x_icon}' type='image/x-ico'/>
|
||||
<script>
|
||||
var apiServerPath = '{$w.siteroot}';
|
||||
var linkConfig = {
|
||||
c : "{$gpc.c}",
|
||||
a : "{$gpc.a}",
|
||||
w7i : "{$gpc.w7i}",
|
||||
eid : "{$gpc.eid}",
|
||||
version_id : "{$gpc.version_id}"
|
||||
}
|
||||
|
||||
var projectType = 'single';
|
||||
|
||||
var mobilePath = '{$w.siteroot}?i={$w.uniacid}';
|
||||
</script>
|
||||
<!-- pc start -->
|
||||
<script type="module" crossorigin src="/assets/pc/index.f9a502e2.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/pc/arco.c6cced51.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/pc/chart.e0a67bf9.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/pc/vue.6689c566.js">
|
||||
<link rel="stylesheet" href="/assets/pc/index.d1eab22d.css">
|
||||
<!-- pc end -->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="app"></div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user