|
@@ -1,9 +1,9 @@
|
|
|
const Menu = [
|
|
|
{ text: '数字史馆', belong: 1, link: '/', name: 'home' },
|
|
|
- { text: '精品典藏', belong: 2, link: '/collection', name: 'collection' },
|
|
|
- { text: '纪念祭扫', belong: 3, link: '/spirit', name: 'spirit' },
|
|
|
+ { text: '馆藏数据库', belong: 2, link: '/collection', name: 'collection' },
|
|
|
+ { text: '网上祭英烈', belong: 3, link: '/spirit', name: 'spirit' },
|
|
|
// { text: '学习园地', belong: 4, link: '/dynamic/:key/:type/:id', name: 'dynamic' },
|
|
|
- { text: '我要留言', belong: 5, link: '/message', name: 'message' },
|
|
|
+ { text: '强军寄语', belong: 5, link: '/message', name: 'message' },
|
|
|
]
|
|
|
|
|
|
const Detail = [
|