diff --git a/src/router/index.js b/src/router/index.js index ba85d2b..3fef2d4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -66,6 +66,7 @@ const mainRoutes = { { path: '/course-courseVideo', component: _import('modules/course/courseVideo'), name: 'course-courseVideo', meta: { title: '课程目录章节视频列表', isTab: true } }, { path: '/course-sociologyList', component: _import('modules/course/sociologyList'), name: 'course-sociologyList', meta: { title: '国学标签列表', isTab: true } }, { path: '/userCourse', component: _import('modules/user/userCourse'), name: 'userCourse', meta: { title: '用户课程列表', isTab: true } }, + { path: '/userCertificate', component: _import('modules/user/userCertificate'), name: 'userCertificate', meta: { title: '用户证书列表', isTab: true } }, { path: '/workOrder', component: _import('modules/workOrderLIst'), name: 'workOrder', meta: { title: '工单列表', isTab: true } }, // { path: '/miniClassList', component: _import('modules/miniClass/miniClassList'), name: 'miniClass', meta: { title: '班级列表', isTab: true } }, // { path: '/miniClassList8', component: _import('modules/miniClass/miniClassList8'), name: 'miniClassList8', meta: { title: 'miniClassList8', isTab: true } }, diff --git a/src/views/components/commonBookTags/shopproduct.vue b/src/views/components/commonBookTags/shopproduct.vue index 60fcfd7..23afb70 100644 --- a/src/views/components/commonBookTags/shopproduct.vue +++ b/src/views/components/commonBookTags/shopproduct.vue @@ -61,7 +61,7 @@ --> - + + + diff --git a/static/config/index.js b/static/config/index.js index 208c35b..7168a66 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -6,7 +6,7 @@ // api接口请求地址 window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境 - //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://192.168.110.110:9200/pb'; //本地 // cdn地址 = 域名 + 版本号