From 864fe9cb1f12710f6e5292abf386fe6c75a493b3 Mon Sep 17 00:00:00 2001 From: liuyuan <582976274@qq.com> Date: Mon, 19 May 2025 14:40:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=AA=E6=B9=96=E8=8B=B1=E6=89=8D=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 1 + src/views/modules/talents/talents-list.vue | 557 +++++++++++++++++++++ static/config/index-prod.js | 4 +- static/config/index.js | 4 +- 4 files changed, 562 insertions(+), 4 deletions(-) create mode 100644 src/views/modules/talents/talents-list.vue 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地址 = 域名 + 版本号