From 32a374457c47a6a083ac53ad2b1bbc739e6636dc Mon Sep 17 00:00:00 2001 From: liqianyouyou Date: Mon, 8 Apr 2024 00:44:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=AD=A6=E6=A0=87=E7=AD=BE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/course/sociologyBindList.vue | 0 .../sociologyComponents/bookTagsForm.vue | 597 +++++++++ .../sociologyComponents/shopproduct.vue | 612 +++++++++ .../sociologyComponents/shopproductTable.vue | 334 +++++ .../sociology-add-or-update.vue | 2 +- .../course/sociologyComponents/tags.vue | 930 ++++++++++++++ src/views/modules/course/sociologyList.vue | 1142 ++++++++++++----- static/config/index.js | 4 +- 8 files changed, 3291 insertions(+), 330 deletions(-) delete mode 100644 src/views/modules/course/sociologyBindList.vue create mode 100644 src/views/modules/course/sociologyComponents/bookTagsForm.vue create mode 100644 src/views/modules/course/sociologyComponents/shopproduct.vue create mode 100644 src/views/modules/course/sociologyComponents/shopproductTable.vue rename src/views/modules/course/{ => sociologyComponents}/sociology-add-or-update.vue (99%) create mode 100644 src/views/modules/course/sociologyComponents/tags.vue diff --git a/src/views/modules/course/sociologyBindList.vue b/src/views/modules/course/sociologyBindList.vue deleted file mode 100644 index e69de29..0000000 diff --git a/src/views/modules/course/sociologyComponents/bookTagsForm.vue b/src/views/modules/course/sociologyComponents/bookTagsForm.vue new file mode 100644 index 0000000..65262b0 --- /dev/null +++ b/src/views/modules/course/sociologyComponents/bookTagsForm.vue @@ -0,0 +1,597 @@ + + + + + diff --git a/src/views/modules/course/sociologyComponents/shopproduct.vue b/src/views/modules/course/sociologyComponents/shopproduct.vue new file mode 100644 index 0000000..12e77a3 --- /dev/null +++ b/src/views/modules/course/sociologyComponents/shopproduct.vue @@ -0,0 +1,612 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/modules/course/sociologyComponents/shopproductTable.vue b/src/views/modules/course/sociologyComponents/shopproductTable.vue new file mode 100644 index 0000000..aa6b649 --- /dev/null +++ b/src/views/modules/course/sociologyComponents/shopproductTable.vue @@ -0,0 +1,334 @@ + + + + \ No newline at end of file diff --git a/src/views/modules/course/sociology-add-or-update.vue b/src/views/modules/course/sociologyComponents/sociology-add-or-update.vue similarity index 99% rename from src/views/modules/course/sociology-add-or-update.vue rename to src/views/modules/course/sociologyComponents/sociology-add-or-update.vue index 8d3d3fa..a2c847f 100644 --- a/src/views/modules/course/sociology-add-or-update.vue +++ b/src/views/modules/course/sociologyComponents/sociology-add-or-update.vue @@ -64,7 +64,7 @@ + \ No newline at end of file diff --git a/src/views/modules/course/sociologyList.vue b/src/views/modules/course/sociologyList.vue index 507c4a2..79042ff 100644 --- a/src/views/modules/course/sociologyList.vue +++ b/src/views/modules/course/sociologyList.vue @@ -1,370 +1,858 @@ + diff --git a/static/config/index.js b/static/config/index.js index 8e011ee..71ef68a 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -5,9 +5,9 @@ window.SITE_CONFIG = {}; // api接口请求地址 - window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb';//张川川 + // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb';//张川川 // window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb'; - // window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境11 + window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境11 // window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境 // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.110:9200/pb'; // window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb';