14 lines
477 B
Plaintext
14 lines
477 B
Plaintext
|
|
<!DOCTYPE HTML>
|
||
|
|
<html style="height: 100%;">
|
||
|
|
<head>
|
||
|
|
<#include "layout/ref_head.ftl">
|
||
|
|
<link rel="stylesheet" type="text/css" href="${asset_csspath}/portal.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="divCustomTip">
|
||
|
|
业务系统自定义视图:<br/>可以在系统管理->键值参数->首页设置 <br/>中修改 portalCustomUrl键值。
|
||
|
|
</div>
|
||
|
|
<#include "layout/ref_script.ftl">
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/jcdp/portal_custom.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|