数据库备份

This commit is contained in:
xurongyao 2018-09-17 18:50:38 +08:00
parent 79cf7c44ff
commit 59910ae049

View File

@ -15,7 +15,7 @@
<script> <script>
$eb = parent._mpApi; $eb = parent._mpApi;
// if(!$eb) top.location.reload(); // if(!$eb) top.location.reload();
window.controlle="<?php echo think\Request::instance()->controller();?>"; window.controlle="<?php echo think\Request::instance()->request()->controller();?>";
window.module="<?php echo think\Request::instance()->module();?>"; window.module="<?php echo think\Request::instance()->module();?>";
</script> </script>