tijiao
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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'] = './'; // 域名
|
||||
|
||||
Reference in New Issue
Block a user