Commit c54512e4 by crushh

update: finish

parent 0cd566ef
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="./static/img/favicon.ico"/>
<title>金华达摩</title>
<title></title>
<link rel="stylesheet" href="//at.alicdn.com/t/font_688955_99jmfacmlpp.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_3276801_mkhlaisq2aq.css">
<script src="//at.alicdn.com/t/font_3276801_w3vkjjmzzz.js"></script>
......
......@@ -17,7 +17,6 @@
</div>
</template>
<script>
import * as types from '@/store/types';
export default {
name: 'App',
data() {
......@@ -203,8 +202,6 @@ export default {
},
mounted() {
let that = this;
that.$store.commit(types.TITLE, '达摩GIC');
document.title = this.$store.state.title;
//获取项目名 pathname (路由的hash)
that.pathName = window.location.hash.split('/')[1];
that.contentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 64 + 'px';
......
......@@ -7,7 +7,7 @@
</div>
</template>
<script>
import * as types from '@/store/types';
export default {
name: 'App',
data() {
......@@ -185,8 +185,6 @@ export default {
},
mounted() {
let that = this;
that.$store.commit(types.TITLE, '达摩GIC');
document.title = this.$store.state.title;
//获取项目名 pathname (路由的hash)
that.pathName = window.location.hash.split('/')[1];
that.contentHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 64 + 'px';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment