王总上门按摩后台代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
751 B

2 months ago
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<meta name="renderer" content="webkit"/>
<meta name="force-rendering" content="webkit"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"/>
<meta name=viewport content="width=device-width,initial-scale=1">
<title>代理管理端</title>
<link href='{$appcss}' rel=stylesheet>
</head>
<body>
<div id=app></div>
<script>
var lbConfig = {
jsPath: '{$jsPath}',
isWe7: '{$isWe7}',
is_founder: '{$is_founder}'
}
window.lbConfig = lbConfig;
</script>
<script type=text/javascript src='{$manifest}'></script>
<script type=text/javascript src='{$vendor}'></script>
<script type=text/javascript src='{$app}'></script>
</body>
</html>