From 24840cea7ba90b538aca6b08fb9c7f1322b624bb Mon Sep 17 00:00:00 2001 From: liuyuan <582976274@qq.com> Date: Mon, 16 Jun 2025 15:20:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E6=B2=BB=E5=8C=BB?= =?UTF-8?q?=E5=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/talents/talents-list.vue | 2 +- static/config/index-prod.js | 4 ++-- static/config/index.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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'] = './'; // 域名