From ee3eb8715b362e975c25f8fb303e41e925a23b3a Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 13 六月 2024 11:57:23 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/App.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 152c8da..2edaae6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -9,6 +9,7 @@ ></sportsAndHealth> <artAndDance v-if="activeBook.name == 'artAndDance'"></artAndDance> <artAndDrama v-if="activeBook.name == 'artAndDrama'"></artAndDrama> + <mathBook v-if="activeBook.name == 'math'"></mathBook> </div> </template> @@ -19,8 +20,8 @@ import english from "./books/English/view/index.vue"; import sportsAndHealth from "./books/sportsAndHealth/view/index"; import artAndDance from './books/artAndDance/view/index.vue' +import mathBook from './books/math/view/index.vue' import artAndDrama from './books/artAndDrama/view/index.vue' - export default { name: "App", components: { @@ -30,6 +31,7 @@ english, sportsAndHealth, artAndDance, + mathBook, artAndDrama }, data() { @@ -76,7 +78,8 @@ // english // artAndDance // artAndDrama - this.config.resourceCtx + "artAndDrama" + // math + this.config.resourceCtx + "math" ); // 娴嬭瘯璇曡30椤� // this.activeBook.tryPageCount = 10; -- Gitblit v1.9.1