82600644 by simon

默认提交

1 parent e6c114c6
......@@ -14,6 +14,8 @@
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"@wangeditor/editor": "^5.1.1",
"@wangeditor/editor-for-vue": "^1.0.2",
"axios": "0.18.0",
"element-ui": "^2.10.1",
"js-cookie": "2.2.0",
......@@ -22,9 +24,7 @@
"nprogress": "0.2.0",
"vue": "2.5.17",
"vue-router": "3.0.1",
"vuex": "3.0.1",
"@wangeditor/editor": "^5.1.1",
"@wangeditor/editor-for-vue": "^1.0.2"
"vuex": "3.0.1"
},
"devDependencies": {
"autoprefixer": "8.5.0",
......@@ -86,4 +86,4 @@
"last 2 versions",
"not ie <= 8"
]
}
\ No newline at end of file
}
......
......@@ -152,7 +152,7 @@
page: 1,
size: 1000
}
request.get(urls.videoTypeListUrl, this.form).then(data => {
request.get(urls.videoTypeListUrl, form).then(data => {
this.videoTypeList = data.content.list
}).catch(() => {
......