Authored by 鲁尚清

wangEditor富文本框引入到项目中

... ... @@ -78,6 +78,11 @@ const routes = [{
name: 'ajConfigView',
component: () => myImport('views/ajConfig/view/index')
},
{
path: '/alarmsClearEditor',
name: 'alarmsClearEditor',
component: () => myImport('views/alarmsClearEditor/index'),
},
];
// hash模式: createWebHashHistory
... ...