打包0.6.7

This commit is contained in:
wanglin2 2023-07-18 09:29:19 +08:00
parent 2bf146816b
commit b71a80e383
2 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="headerContainer"> <div class="headerContainer">
<div class="left"> <div class="left">
<div class="title"> <div class="title" @click="toIndex">
<img src="../../../assets/img/logo2.png" alt=""> <img src="../../../assets/img/logo2.png" alt="">
SimpleMindMap SimpleMindMap
</div> </div>
@ -74,6 +74,10 @@ export default {
} }
}, },
toIndex() {
this.$router.push('/index')
},
toDemo() { toDemo() {
this.$router.push('/') this.$router.push('/')
}, },
@ -108,6 +112,7 @@ export default {
font-weight: bold; font-weight: bold;
display: flex; display: flex;
align-items: center; align-items: center;
cursor: pointer;
img { img {
width: 30px; width: 30px;