File tree Expand file tree Collapse file tree 3 files changed +401
-2
lines changed Expand file tree Collapse file tree 3 files changed +401
-2
lines changed Original file line number Diff line number Diff line change 66 </el-header >
77 <el-container >
88 <el-aside width =" 200px" >
9- <el-menu router :default-active =" $route.path" background-color =" #545c64" text-color =" #fff"
10- active-text-color =" #ffd04b" >
9+ <el-menu router :default-active =" $route.path" background-color =" #545c64" text-color =" #fff" active-text-color =" #ffd04b" >
1110 <el-menu-item index =" /typewriter" >
1211 <i class =" el-icon-edit" ></i >
1312 <span >Typewriter</span >
5251 <i class =" el-icon-edit" ></i >
5352 <span >FilesCard</span >
5453 </el-menu-item >
54+ <el-menu-item index =" /attachments" >
55+ <i class =" el-icon-edit" ></i >
56+ <span >Attachments</span >
57+ </el-menu-item >
5558 </el-menu >
5659 </el-aside >
5760 <el-main >
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import Think from '../views/Think.vue'
1111import ThoughtChain from '../views/ThoughtChain.vue'
1212import Sender from '../views/Sender.vue'
1313import FilesCard from '../views/FilesCard.vue'
14+ import Attachments from '../views/Attachments.vue'
1415Vue . use ( Router )
1516
1617export default new Router ( {
@@ -70,6 +71,11 @@ export default new Router({
7071 name : 'FilesCard' ,
7172 component : FilesCard
7273 } ,
74+ {
75+ path : '/attachments' ,
76+ name : 'Attachments' ,
77+ component : Attachments
78+ } ,
7379 {
7480 path : '*' ,
7581 redirect : '/typewriter'
You can’t perform that action at this time.
0 commit comments