@@ -1,6 +1,4 @@
import { http } from '@/utils/http';
-import store from '@/store';
-import { app } from '@/store/mutation-types';
//分句
export function segSentences(data) {
@@ -206,14 +206,14 @@ export const bookTypeOption = [
value: 'question',
label: '题型组件',
children: [
- // {
- // value: 'article',
- // label: '文章组件',
- // icon: '',
- // component: Article,
- // set: ArticleSetting,
- // preview: ArticlePreview,
- // },
+ {
+ value: 'article',
+ label: '文章组件',
+ icon: '',
+ component: Article,
+ set: ArticleSetting,
+ preview: ArticlePreview,
+ },
{
value: 'select',
label: '选择组件',