1
13693261870
2022-09-16 762f2fb45db004618ba099aa3c0bd89dba1eb843
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
    <title>应用程序管理-列表</title>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
    <script src="../../../js/paramconfig.js"></script>
    <script type="text/javascript">
        remoteToLoadCss('BootStrap4/assets/css/style.css');
        remoteToLoadJs('BootStrap4/assets/js/jquery.min.js');
        loadLocalJs('../../../libs/vue.min.js');
        loadLocalJs('../../../js/common.js');
    </script>
</head>
<body>
<div id="rapp" style="text-align: center; font-size: 30px; margin-top: 20px;" v-cloak>
</div>
<script src="../../../js/modules/sys/systeminfo_apply.js"></script>
</body>
</html>