Skip to content

Commit

Permalink
上传前端页面
Browse files Browse the repository at this point in the history
  • Loading branch information
rentiansheng authored Apr 1, 2018
1 parent f5865fc commit 0addec0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/ui/index.dev.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>配置平台 | 蓝鲸智云企业版</title>
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="text/javascript">
window.siteUrl = ''
window.version = ''
window.loginUrl = ''
window.isAdmin = ''
window.userName = ''
</script>
</body>
</html>

0 comments on commit 0addec0

Please sign in to comment.