优化JS路径

This commit is contained in:
RuoYi
2018-04-28 21:39:42 +08:00
parent e74c244cdc
commit 55ccae57f8
81 changed files with 182 additions and 184 deletions

View File

@ -11,13 +11,12 @@
<!--[if lt IE 9]>
<meta http-equiv="refresh" content="0;ie.html"/>
<![endif]-->
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}">
<link href="../static/css/bootstrap.min.css" rel="stylesheet" th:href="@{/css/bootstrap.min.css}">
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.css}" rel="stylesheet">
<link href="../static/css/animate.css" th:href="@{/css/animate.css}" rel="stylesheet">
<link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet">
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}" rel="stylesheet"/>
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.css}" rel="stylesheet"/>
<link href="../static/css/animate.css" th:href="@{/css/animate.css}" rel="stylesheet"/>
<link href="../static/css/style.css" th:href="@{/css/style.css}" rel="stylesheet"/>
</head>
<script th:inline="javascript"> var ctx = [[@{/}]]; </script>
<body class="fixed-sidebar full-height-layout gray-bg" style="overflow: hidden">
<div id="wrapper">