From c0e4157169e151fe4ada71d3abbd82aa78c4d71e Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期四, 13 六月 2024 14:11:35 +0800 Subject: [PATCH] 优化 --- src/App.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index cc29709..ca0154f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@ v-if="activeBook.name == 'sportsAndHealth'" ></sportsAndHealth> <artAndDance v-if="activeBook.name == 'artAndDance'"></artAndDance> - <math v-if="activeBook.name == 'math'"></math> + <mathDom v-if="activeBook.name == 'math'"></mathDom> </div> </template> @@ -19,7 +19,7 @@ import english from "./books/English/view/index.vue"; import sportsAndHealth from "./books/sportsAndHealth/view/index"; import artAndDance from './books/artAndDance/view/index.vue' -import math from './books/math/view/index.vue' +import mathDom from './books/math/view/index' export default { name: "App", components: { @@ -29,7 +29,7 @@ english, sportsAndHealth, artAndDance, - math + mathDom }, data() { return { @@ -75,7 +75,7 @@ // english // artAndDance // math - this.config.resourceCtx + "math" + this.config.resourceCtx + "sportsAndHealth" ); // 娴嬭瘯璇曡30椤� // this.activeBook.tryPageCount = 10; -- Gitblit v1.9.1