@@ -861,7 +861,7 @@ export default {
getBaseInfo().then(res => {
if (res.code == 200) {
if (res.msg == '未找到特色信息') {
- this.forestInfo = '未找到特色信息!'
+ this.forestInfo = '暂无基本情况'
} else {
this.forestInfo = res.data.baseinfo //基本情况
}