Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix: ( #349 ) 修改动态详情bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonleex committed May 9, 2018
1 parent 92b684c commit afff106
Show file tree
Hide file tree
Showing 7 changed files with 2,903 additions and 93 deletions.
3 changes: 1 addition & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
<link rel="shortcut icon" href="<%= webpackConfig.output.publicPath %>favicon.ico">
<meta name="keywords" content="<%= process.env.VUE_APP_KEYWORDS %>">
<meta name="description" content="<%= process.env.VUE_APP_DESCRIPTION %>">
<script src="//webim.easemob.com/sdk/dist/strophe-1.2.8.min.js"></script>
<script src="<%= webpackConfig.output.publicPath %>libs/strophe-1.2.8.min.js"></script>
<script src="//webapi.amap.com/maps?v=1.4.5&key=<%= process.env.VUE_APP_LBS_GAODE_KEY %>"></script>
<script>
var WebIM = {
config: {}
};
var Database = {};
</script>
<title><%= process.env.VUE_APP_NAME %></title>
</head>
Expand Down
Loading

0 comments on commit afff106

Please sign in to comment.