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.
zhishifufei_php/application/agent/view/public/head.php

11 lines
434 B

9 months ago
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="stylesheet" href="{__ADMIN_PATH}css/main.css">
<link rel="stylesheet" href="{__STATIC_PATH}css/animate.css">
{include file="public/style"}
<script>
if (window.location.href.indexOf('mercreate') === -1) {
$eb = parent._mpApi;
if(!$eb) top.location.reload();
}
</script>