First commit

This commit is contained in:
2025-10-02 10:33:06 +08:00
parent 198b8bf2a6
commit c38eed4a22
5512 changed files with 958855 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?php /*a:1:{s:64:"/www/wwwroot/jfny.xxbu.cn/后端/app/agent/view/index/index.html";i:1687373542;}*/ ?>
<!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='<?php echo htmlentities($appcss); ?>' rel=stylesheet>
</head>
<body>
<div id=app></div>
<script>
var lbConfig = {
jsPath: '<?php echo htmlentities($jsPath); ?>',
isWe7: '<?php echo htmlentities($isWe7); ?>',
is_founder: '<?php echo htmlentities($is_founder); ?>'
}
window.lbConfig = lbConfig;
</script>
<script type=text/javascript src='<?php echo htmlentities($manifest); ?>'></script>
<script type=text/javascript src='<?php echo htmlentities($vendor); ?>'></script>
<script type=text/javascript src='<?php echo htmlentities($app); ?>'></script>
</body>
</html>

View File

@@ -0,0 +1,39 @@
<?php /*a:1:{s:64:"/www/wwwroot/jfny.xxbu.cn/后端/app/index/view/index/index.html";i:1687373542;}*/ ?>
<!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='<?php echo htmlentities($appcss); ?>' rel=stylesheet>
<script type="text/javascript" src='<?php echo htmlentities($jsMin); ?>'></script>
<script type="text/javascript" src="<?php echo htmlentities($jsPdf); ?>"></script>
<script type="text/javascript" src="<?php echo htmlentities($jsWorker); ?>"></script>
<script src="<?php echo htmlentities($jsVueMin); ?>"></script>
<script src="<?php echo htmlentities($jsVuexMin); ?>"></script>
<script src="<?php echo htmlentities($jsMmin); ?>"></script>
<script src="<?php echo htmlentities($jsIndexMin); ?>"></script>
<!-- 引入样式 -->
<link href="<?php echo htmlentities($jsMincss); ?>" rel="stylesheet">
<link href="<?php echo htmlentities($jsNcss); ?>" rel="stylesheet">
</head>
<body>
<div id=app></div>
<script>
var lbConfig = {
jsPath: '<?php echo htmlentities($jsPath); ?>',
isWe7: '<?php echo htmlentities($isWe7); ?>',
is_founder: '<?php echo htmlentities($is_founder); ?>'
}
window.lbConfig = lbConfig;
</script>
<script type=text/javascript src='<?php echo htmlentities($manifest); ?>'></script>
<script type=text/javascript src='<?php echo htmlentities($vendor); ?>'></script>
<script type=text/javascript src='<?php echo htmlentities($app); ?>'></script>
<script charset=utf-8 src="https://map.qq.com/api/js?v=2.exp&key=2LNBZ-HT2R2-LENUE-CBNZK-QZ4VS-AQB5Z"></script>
</body>
</html>