diff --git a/src/pages.json b/src/pages.json index 2468f67..3040e93 100644 --- a/src/pages.json +++ b/src/pages.json @@ -198,6 +198,40 @@ } } ] + }, + { + "root": "pages/train-books", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "培训课件" + } + }, + { + "path": "detail", + "style": { + "navigationBarTitleText": "培训课件" + } + } + ] + }, + { + "root": "pages/examination", + "pages": [ + { + "path": "index", + "style": { + "navigationBarTitleText": "培训考试" + } + }, + { + "path": "detail", + "style": { + "navigationBarTitleText": "培训考试" + } + } + ] } ], "globalStyle": { diff --git a/src/pages/examination/detail.vue b/src/pages/examination/detail.vue new file mode 100644 index 0000000..60d29a1 --- /dev/null +++ b/src/pages/examination/detail.vue @@ -0,0 +1,68 @@ + + \ No newline at end of file diff --git a/src/pages/examination/index.vue b/src/pages/examination/index.vue new file mode 100644 index 0000000..001e4b0 --- /dev/null +++ b/src/pages/examination/index.vue @@ -0,0 +1,41 @@ + + \ No newline at end of file diff --git a/src/pages/train-books/detail.vue b/src/pages/train-books/detail.vue new file mode 100644 index 0000000..ca356eb --- /dev/null +++ b/src/pages/train-books/detail.vue @@ -0,0 +1,82 @@ + + + diff --git a/src/pages/train-books/index.vue b/src/pages/train-books/index.vue new file mode 100644 index 0000000..c9eb5ed --- /dev/null +++ b/src/pages/train-books/index.vue @@ -0,0 +1,98 @@ + +