@@ -38,7 +38,7 @@ export let moreRoutes = [
redirect: '/base/dict',
name: 'Base',
alwaysShow: true,
- meta: { title: '基础数据', icon: 'dashboard' },
+ meta: { title: '系统配置', icon: 'dashboard' },
children: [
{
path: 'dict',
@@ -115,7 +115,7 @@ export default {
}, null, true)
},
openPopup(row) {
- if (row.news_type === 'adminadd') {
+ if (row && row.news_type === 'adminadd') {
this.openIESPopup(row)
} else {
if (row && row.id) {