diff --git a/src/router/index.js b/src/router/index.js index 214e41e..a7dc72c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -77,6 +77,7 @@ const mainRoutes = { { path: '/training-course-list', component: _import('modules/trainingCourse/training-course-list'), name: 'training-course-list', meta: { title: '培训班管理', isTab: true } }, { path: '/training-course-user', component: _import('modules/trainingCourse/training-course-user'), name: 'training-course-user', meta: { title: '用户列表', isTab: true } }, + { path: '/talents-list', component: _import('modules/talents/talents-list'), name: 'talents-list', meta: { title: '太湖英才列表', isTab: true } }, ], beforeEnter (to, from, next) { let token = Vue.cookie.get('token') diff --git a/src/views/modules/talents/talents-list.vue b/src/views/modules/talents/talents-list.vue new file mode 100644 index 0000000..d530281 --- /dev/null +++ b/src/views/modules/talents/talents-list.vue @@ -0,0 +1,557 @@ + + + + diff --git a/static/config/index-prod.js b/static/config/index-prod.js index a4423ea..d9d3633 100644 --- a/static/config/index-prod.js +++ b/static/config/index-prod.js @@ -5,8 +5,8 @@ window.SITE_CONFIG = {}; // api接口请求地址 - //window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; - window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; + 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.110:9200/pb'; // cdn地址 = 域名 + 版本号 diff --git a/static/config/index.js b/static/config/index.js index 86ad4a2..208c35b 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -5,8 +5,8 @@ window.SITE_CONFIG = {}; // api接口请求地址 - //window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境 - window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川 + 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.110:9200/pb'; //本地 // cdn地址 = 域名 + 版本号