diff --git a/src/views/modules/talents/talents-list.vue b/src/views/modules/talents/talents-list.vue index 4dcf503..b8d62cb 100644 --- a/src/views/modules/talents/talents-list.vue +++ b/src/views/modules/talents/talents-list.vue @@ -147,7 +147,7 @@ 主任 副主任 - 主任医师 + 主治医师 diff --git a/static/config/index-prod.js b/static/config/index-prod.js index f03d811..1c0c2ef 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'; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名 diff --git a/static/config/index.js b/static/config/index.js index a75c81e..d4e1723 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'; //川 // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名