src/App.vue
@@ -7,19 +7,13 @@ </template> <script> //import layout from './components/layout' export default { components: {}, data() { return {} }, mounted() { let beforeUrl = sessionStorage.getItem('router-path') if(beforeUrl === undefined || beforeUrl === ''){ //this.$router.push("/workPanel") }else { //this.$router.push(beforeUrl) } }, methods: {} @@ -33,7 +27,7 @@ body { margin: 0; min-width: 500px; background-color: #f5f6f6; //background-color: #f5f6f6; } body,html {margin:0; height:100%;} ul {