82600644 by simon

默认提交

1 parent e6c114c6
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
14 "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml" 14 "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
15 }, 15 },
16 "dependencies": { 16 "dependencies": {
17 "@wangeditor/editor": "^5.1.1",
18 "@wangeditor/editor-for-vue": "^1.0.2",
17 "axios": "0.18.0", 19 "axios": "0.18.0",
18 "element-ui": "^2.10.1", 20 "element-ui": "^2.10.1",
19 "js-cookie": "2.2.0", 21 "js-cookie": "2.2.0",
...@@ -22,9 +24,7 @@ ...@@ -22,9 +24,7 @@
22 "nprogress": "0.2.0", 24 "nprogress": "0.2.0",
23 "vue": "2.5.17", 25 "vue": "2.5.17",
24 "vue-router": "3.0.1", 26 "vue-router": "3.0.1",
25 "vuex": "3.0.1", 27 "vuex": "3.0.1"
26 "@wangeditor/editor": "^5.1.1",
27 "@wangeditor/editor-for-vue": "^1.0.2"
28 }, 28 },
29 "devDependencies": { 29 "devDependencies": {
30 "autoprefixer": "8.5.0", 30 "autoprefixer": "8.5.0",
......
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
152 page: 1, 152 page: 1,
153 size: 1000 153 size: 1000
154 } 154 }
155 request.get(urls.videoTypeListUrl, this.form).then(data => { 155 request.get(urls.videoTypeListUrl, form).then(data => {
156 this.videoTypeList = data.content.list 156 this.videoTypeList = data.content.list
157 }).catch(() => { 157 }).catch(() => {
158 158
......