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