mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
9 lines
144 B
HTML
9 lines
144 B
HTML
{extend name="public/base" /}
|
|
{block name="main"}
|
|
|
|
{/block}
|
|
{block name="myScript"}
|
|
<script>
|
|
$.AdminTemplate.alertMsg();
|
|
</script>
|
|
{/block} |