巴林闲侠
2 years ago
6 changed files with 24 additions and 14 deletions
@ -0,0 +1 @@ |
|||
window.FS_API_ROOT = 'http://localhost:4600' |
@ -1,20 +1,21 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
|
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<title></title> |
|||
<link rel="shortcut icon" href="/assets/images/logo.png"> |
|||
<link rel="stylesheet" type="text/css" href="/assets/font_sc/iconfont.css"> |
|||
</head> |
|||
<style> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<title></title> |
|||
<link rel="shortcut icon" href="/assets/images/logo.png"> |
|||
<link rel="stylesheet" type="text/css" href="/assets/font_sc/iconfont.css"> |
|||
<script type="text/javascript" src="/assets/env.js"></script> |
|||
</head> |
|||
<style> |
|||
|
|||
</style> |
|||
</style> |
|||
|
|||
<body> |
|||
<div id='App'></div> |
|||
<script type="text/javascript" src="http://localhost:5401/client/build/vendor.js"></script> |
|||
<script type="text/javascript" src="http://localhost:5401/client/build/app.js"></script> |
|||
</body> |
|||
<body> |
|||
<div id='App'></div> |
|||
<script type="text/javascript" src="http://localhost:5401/client/build/vendor.js"></script> |
|||
<script type="text/javascript" src="http://localhost:5401/client/build/app.js"></script> |
|||
</body> |
|||
|
|||
</html> |
Loading…
Reference in new issue