* update screen view import.

This commit is contained in:
qixinzhi
2023-02-23 15:56:23 +08:00
parent f8c14094e4
commit de2627d816
+2 -2
View File
@@ -1,6 +1,6 @@
<?php include $app->getModuleRoot() . 'common/view/header.lite.html.php';?>
<script type="module" crossorigin src="<?php echo $webRoot;?>static/js/index-67a30bc6.js"></script>
<link rel="stylesheet" href="<?php echo $webRoot;?>static/css/index-c34cea1e.css">
<script type="module" crossorigin src="<?php echo $webRoot;?>static/js/index-ed17d07a.js"></script>
<link rel="stylesheet" href="<?php echo $webRoot;?>static/css/index-bd4452ef.css">
<?php js::set('screen', $screen);?>
<?php js::set('year', $year);?>
<?php js::set('dept', $dept);?>