This commit is contained in:
2025-07-29 09:11:07 +08:00
parent b97ab73e02
commit bd8dd6db3c
2 changed files with 5 additions and 3 deletions

View File

@@ -522,6 +522,8 @@ export default {
}) })
}, },
editCate(data){ editCate(data){
console.log('data at line 524:', data)
this.$refs["addFormRef"].validate(valid => { this.$refs["addFormRef"].validate(valid => {
if (valid) { if (valid) {
var icon = ''; var icon = '';
@@ -545,7 +547,7 @@ export default {
title: data.title, title: data.title,
department: data.department, department: data.department,
specialty: data.specialty, specialty: data.specialty,
region: region, region: region?region:data.region,
reservation: data.reservation, reservation: data.reservation,
introduce: data.introduce, introduce: data.introduce,
clinic: data.clinic, clinic: data.clinic,

View File

@@ -5,8 +5,8 @@
window.SITE_CONFIG = {}; window.SITE_CONFIG = {};
// api接口请求地址 // api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境 // 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.100:9200/pb'; //川
// cdn地址 = 域名 + 版本号 // cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名 window.SITE_CONFIG['domain'] = './'; // 域名