apps/com.actionsoft.apps.workbench/template/page/com.actionsoft.apps.workbench.mobile.h5.homesaas.htm
shangxiaoran@qq.com 2608324b68 初始化应用
2022-06-28 01:22:45 +08:00

40 lines
1.6 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0, user-scalable=no, width=device-width">
<title>
AWS PaaS云
</title>
<link rel="stylesheet" type="text/css" href="../commons/plug-in/mui/css/mui.min.css">
<link rel="stylesheet" type="text/css" href="../apps/com.actionsoft.apps.workbench/css/com.actionsoft.apps.workbench.mobile.h5.home.css">
</head>
<script>
var sid = '<#sid>';
var u = navigator.userAgent;
if (u.indexOf("WindowsWechat") >-1||u.indexOf("Macintosh")>-1) {
//window.location = "./w?sid=" + sid+ "&cmd=CLIENT_USER_HOME";
}
</script>
<body>
<div class="form-group-panel">
<div class="form-group-head">
<img src="<#bannerUrl>" class="img-responsive" />
</div>
<div class="form-group-center" style="background-color: #f8f8f8;">
<#processNavHtm>
<div class="app_html" onclick="window.open('../apps/com.actionsoft.apps.workbench/html/com.actionsoft.apps.workbench.mobile.open.app.service.htm','_self');">
<span>开通应用定制服务</span>
<span class="icon-20 icon-nav"></span>
</div>
<#allH5AppHtm>
</div>
</div>
<input type="hidden" id="sid" name="sid" value='<#sid>'>
<input type="hidden" id="listType" name="listType" value='<#listType>'>
</body>
<script type="text/javascript" src="../commons/js/jquery/scripts/jquery.js"></script>
<script type="text/javascript" src="../commons/plug-in/mui/js/mui.min.js"></script>
<script type="text/javascript" src="../apps/com.actionsoft.apps.workbench/js/com.actionsoft.apps.workbench.mobile.h5.home.js"></script>
</html>