From bd8dd6db3c02beba30854badc42f0eee23596c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Tue, 29 Jul 2025 09:11:07 +0800 Subject: [PATCH] tijiao --- src/views/modules/talents/talents-list.vue | 4 +++- static/config/index.js | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/modules/talents/talents-list.vue b/src/views/modules/talents/talents-list.vue index fed76b4..a67f7cd 100644 --- a/src/views/modules/talents/talents-list.vue +++ b/src/views/modules/talents/talents-list.vue @@ -522,6 +522,8 @@ export default { }) }, editCate(data){ + console.log('data at line 524:', data) + this.$refs["addFormRef"].validate(valid => { if (valid) { var icon = ''; @@ -545,7 +547,7 @@ export default { title: data.title, department: data.department, specialty: data.specialty, - region: region, + region: region?region:data.region, reservation: data.reservation, introduce: data.introduce, clinic: data.clinic, diff --git a/static/config/index.js b/static/config/index.js index 88a0b47..493669f 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'] = './'; // 域名