Skip to content

Commit a4807e6

Browse files
committed
fix: 修改请求路径
1 parent ea45193 commit a4807e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7-
<!-- <link rel="stylesheet" href="./prd/src/index.css" /> -->
8-
<link rel="stylesheet" href="http://127.0.0.1:8082/prd/src/index.css"/>
7+
<link rel="stylesheet" href="./prd/src/index.css" />
8+
<!-- <link rel="stylesheet" href="http://127.0.0.1:8082/prd/src/index.css"/> -->
99
<title>JSON-Schema-Editor</title>
1010

1111
</head>
1212

1313
<body>
1414
<div id="root"></div>
15-
<!-- <script src="./prd/src/index.js"></script> -->
16-
<script src="http://127.0.0.1:8082/prd/src/index.js"></script>
15+
<script src="./prd/src/index.js"></script>
16+
<!-- <script src="http://127.0.0.1:8082/prd/src/index.js"></script> -->
1717

1818
</body>
1919

0 commit comments

Comments
 (0)