From 69305b78731397638b497360892a416b41fcbf7b Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 20 十一月 2024 17:00:42 +0800 Subject: [PATCH] 数学 --- .env.product | 6 +++--- src/books/mathBook/view/components/index.vue | 2 +- src/books/mathBook/view/components/chapter002.vue | 11 +++++++++-- src/App.vue | 2 +- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.env.product b/.env.product index 713b158..343a91b 100644 --- a/.env.product +++ b/.env.product @@ -1,8 +1,8 @@ VUE_APP_ENV = 'product' VUE_APP_API_URL = "https://jsek.bnuic.com" VUE_APP_RESOURCE_CTX = 'https://jsek.bnuic.com/books/resource/' -VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/childHealth' +VUE_APP_PUBLIC_PATH = 'https://jsek.bnuic.com/books/book/civilAviationServices' # VUE_APP_RESOURCE_CTX = 'http://182.92.203.7:3007/books/resource/' # VUE_APP_PUBLIC_PATH = 'http://182.92.203.7:3007/books/book/botany' -VUE_APP_BOOK_LIST = "childHealth/lifeCare/sportsAndHealth/embedded/english/artAndDance/artAndDrama/mathBook/botany/civilAviation" -VUE_APP_BOOK_ID = 'childHealth' \ No newline at end of file +VUE_APP_BOOK_LIST = "childHealth/lifeCare/sportsAndHealth/embedded/english/artAndDance/artAndDrama/mathBook/botany/civilAviation/civilAviationServices" +VUE_APP_BOOK_ID = 'civilAviationServices' \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 90366c4..1cf0de3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -71,7 +71,7 @@ process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "mathBook") + : "civilAviation") ); // this.activeBook = await this.config.getBookConfig( diff --git a/src/books/mathBook/view/components/chapter002.vue b/src/books/mathBook/view/components/chapter002.vue index 64f40da..de8fd3c 100644 --- a/src/books/mathBook/view/components/chapter002.vue +++ b/src/books/mathBook/view/components/chapter002.vue @@ -1374,7 +1374,13 @@ <p>鈶�<i>y</i>=<i>x</i><sup>2</sup>-3<i>x</i>-4锛� 鈶�<i>y</i>=<i>x</i><sup>2</sup>+<i>x</i>+2锛� 鈶�<i>y</i>=<i>x</i><sup>2</sup>-6<i>x</i>+9.</p> <p>锛�1锛� 鍒嗗埆鐢诲嚭瀹冧滑鐨勫嚱鏁板浘鍍忥紱</p> - <paint :page="51" :imgUrl="this.config.activeBook.resourceUrl + '/images/a6fe3d63.png'" /> + <!-- <paint :page="51" :imgUrl="this.config.activeBook.resourceUrl + '/images/a6fe3d63.png'" /> --> + <graffiti + :page="51" + :bcImg="this.config.activeBook.resourceUrl + '/images/a6fe3d63.png'" + :imgWidth="520" + :imgHeight="494" + /> <p> 锛�2锛� 鏍规嵁鍑芥暟鍥惧儚鍐欏嚭<i>y</i>=0锛�<i>y</i>锛�0锛�<i>y</i>锛�0鏃舵墍瀵瑰簲鐨�<i>x</i>鐨勫�兼垨鍙栧�艰寖鍥�. <span class="btn-box" @click="isShowAnswer = !isShowAnswer"> @@ -3656,6 +3662,7 @@ return obj } const showObj = handleShow(30) +import graffiti from '@/components/graffiti/index.vue' import paint from '@/components/paint/index.vue' import examinations from '@/components/examinations/index.vue' export default { @@ -3669,7 +3676,7 @@ type: Object, }, }, - components: { examinations, paint }, + components: { examinations, paint,graffiti }, data() { return { collectImg: require('../../assets/images/icon/heart.png'), diff --git a/src/books/mathBook/view/components/index.vue b/src/books/mathBook/view/components/index.vue index 55417f2..9dadafc 100644 --- a/src/books/mathBook/view/components/index.vue +++ b/src/books/mathBook/view/components/index.vue @@ -189,7 +189,7 @@ // 娴嬭瘯椤甸潰璺宠浆 setTimeout(() => { - this.gotoPage(5,162); + this.gotoPage(2,50); // // setTimeout(() => { // // this.renderSign("Highlight", { // // id: "2ACA9359", -- Gitblit v1.9.1