Skip to content

Commit 10efbea

Browse files
committed
更新前端资源路径
1 parent d66ac5d commit 10efbea

File tree

8 files changed

+26
-9
lines changed

8 files changed

+26
-9
lines changed

zheng-ui/zheng-ucenter-web/css/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zheng-ui/zheng-ucenter-web/js/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zheng-ui/zheng-ucenter-web/js/jquery.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zheng-ui/zheng-ucenter-web/html/login.html renamed to zheng-ui/zheng-ucenter-web/login.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title>用户中心</title>
77
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
8-
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
8+
<link rel="stylesheet" href="css/bootstrap.min.css">
99
<link rel="stylesheet" href="//at.alicdn.com/t/font_ay4w4j5c2tke29.css">
1010
<link rel="stylesheet" href="css/style.css">
1111
</head>
@@ -132,7 +132,7 @@
132132
</div>
133133
<!-- /.login-box -->
134134

135-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
136-
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
135+
<script src="js/jquery.min.js"></script>
136+
<script src="js/bootstrap.min.js"></script>
137137
</body>
138138
</html>

zheng-ui/zheng-ucenter-web/html/password.html renamed to zheng-ui/zheng-ucenter-web/password.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title>用户中心</title>
77
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
8-
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
8+
<link rel="stylesheet" href="css/bootstrap.min.css">
99
<link rel="stylesheet" href="//at.alicdn.com/t/font_ay4w4j5c2tke29.css">
1010
<link rel="stylesheet" href="css/style.css">
1111
</head>
@@ -62,7 +62,7 @@
6262
</div>
6363
<!-- /.login-box -->
6464

65-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
66-
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
65+
<script src="js/jquery.min.js"></script>
66+
<script src="js/bootstrap.min.js"></script>
6767
</body>
6868
</html>

zheng-ui/zheng-ucenter-web/html/reg.html renamed to zheng-ui/zheng-ucenter-web/reg.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<title>用户中心</title>
77
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
8-
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
8+
<link rel="stylesheet" href="css/bootstrap.min.css">
99
<link rel="stylesheet" href="//at.alicdn.com/t/font_ay4w4j5c2tke29.css">
1010
<link rel="stylesheet" href="css/style.css">
1111
</head>
@@ -127,8 +127,8 @@
127127
</div>
128128
<!-- /.login-box -->
129129

130-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
131-
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
130+
<script src="js/jquery.min.js"></script>
131+
<script src="js/bootstrap.min.js"></script>
132132

133133
</body>
134134
</html>

0 commit comments

Comments
 (0)