Commit 1a87d636 by 郑艺斌

fix: 修改点击LOGO跳转地址

parent 38f7d1c1
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<img :src="logo" height="40px" width="40px"/> <img :src="logo" height="40px" width="40px"/>
</a> </a>
</h1> --> </h1> -->
<h1 class="jp-navbar__brand" @click="$router.push({ name: 'home' })"> <h1 class="jp-navbar__brand" @click="$router.push({ name: 'taskPlan-taskChainList-index' })">
<a class="jp-navbar__brand-lg" href="javascript:;"> <a class="jp-navbar__brand-lg" href="javascript:;">
{{ productName }}</a> {{ productName }}</a>
</h1> </h1>
......
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 sign in to comment