From 13ec025af228f129f7b3a006eaec2e92cf4e8b52 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Fri, 31 May 2024 13:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E5=AD=A6=E6=A0=87=E7=AD=BE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=99=84=E5=8A=A0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/commonBookTags/shopproduct.vue | 154 +++++++++--------- src/views/modules/course/medicalLabel.vue | 35 +++- static/config/index.js | 4 +- 3 files changed, 117 insertions(+), 76 deletions(-) diff --git a/src/views/components/commonBookTags/shopproduct.vue b/src/views/components/commonBookTags/shopproduct.vue index 358be78..3820f35 100644 --- a/src/views/components/commonBookTags/shopproduct.vue +++ b/src/views/components/commonBookTags/shopproduct.vue @@ -1,7 +1,9 @@ + + + + + + + + @@ -353,9 +384,11 @@ export default { add: "/master/courseMedical/addCourseMedical", edit: "/master/courseMedical/editCourseMedical", hasBindProductList: "/master/courseMedical/getCourseListForMedical", - CanBindProductList: "/master/courseMedical/getCourseListCanMedical" + CanBindProductList: "/master/courseMedical/getCourseListCanMedical", + editCourse:'/master/courseMedical/updateCourseToMedicalSort' }, addForm: {}, + isFresh: false, dataRule: { name: [ diff --git a/static/config/index.js b/static/config/index.js index 9e62848..d81f202 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -7,8 +7,8 @@ // api接口请求地址 // 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://api.nuttyreading.com'; // 线上正式环境 + 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'; // window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb';