|
@@ -6,6 +6,7 @@ import BambooList from '../views/BambooList.vue'
|
|
|
import PoemList from '../views/PoemList.vue'
|
|
|
import PaintingList from '../views/PaintingList.vue'
|
|
|
import PaintingDetail from '../views/PaintingDetail'
|
|
|
+import BambooBookView from '../views/BambooBookView.vue'
|
|
|
|
|
|
// import store from '@/store/index.js'
|
|
|
|
|
@@ -51,6 +52,12 @@ const routes = [
|
|
|
component: PaintingDetail,
|
|
|
// component: TEXT,
|
|
|
},
|
|
|
+ // 竹谱
|
|
|
+ {
|
|
|
+ path: '/bambooBook',
|
|
|
+ name: 'BambooBook',
|
|
|
+ component: BambooBookView,
|
|
|
+ },
|
|
|
]
|
|
|
|
|
|
const router = createRouter({
|