Update index.html

This commit is contained in:
Anyon 2022-05-31 11:42:51 +08:00
parent ba2d60fe57
commit b7cb65c4ea

View File

@ -18,7 +18,7 @@
<script> <script>
window.taDebug = '{:intval($app->isDebug())}' > 0; window.taDebug = '{:intval($app->isDebug())}' > 0;
window.taEditor = '{:sysconf("base.editor")?:"ckeditor4"}'; window.taEditor = '{:sysconf("base.editor")?:"ckeditor4"}';
window.tapiRoot = '{:sysuri("admin/index/index",[],false)}' window.tapiRoot = '{:sysuri("admin/index/index",[],false)}';
</script> </script>
<script src="__ROOT__/static/plugs/jquery/pace.min.js"></script> <script src="__ROOT__/static/plugs/jquery/pace.min.js"></script>
</head> </head>