更新require为本地文件

This commit is contained in:
邹景立 2017-02-15 13:32:04 +08:00
parent 10458b0b5e
commit e1c72333f5
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<link rel="stylesheet" href="__STATIC__/theme/default/css/animate.css">
{block name="style"}{/block}
<script>window.ROOT_URL='__ROOT__';</script>
<script src="//cdn.bootcss.com/require.js/2.3.2/require.min.js"></script>
<script src="__STATIC__/plugs/require.js"></script>
<script src="__STATIC__/admin/app.js"></script>
</head>
{block name="bodyTag"}

File diff suppressed because one or more lines are too long