Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 803201a

Browse files
committed
fix error link
1 parent e97dbf6 commit 803201a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/dashboard/editor/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<router-link class="pan-btn light-blue-btn" to="/charts/index">图表</router-link>
4141
<router-link class="pan-btn red-btn" to="/errorpage/404">错误页面</router-link>
4242
<router-link class="pan-btn pink-btn" to="/excel/download">导出excel</router-link>
43-
<router-link class="pan-btn green-btn" to="/example/table">table</router-link>
44-
<router-link class="pan-btn tiffany-btn" to="/example/form1">form</router-link>
43+
<router-link class="pan-btn green-btn" to="/example/table/table">Table</router-link>
44+
<router-link class="pan-btn tiffany-btn" to="/example/form/edit">Form</router-link>
4545
</div>
4646

4747
<div class="clearfix main-dashboard-container">

0 commit comments

Comments
 (0)