Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
trimble-admin-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
82600644
authored
2023-01-11 18:42:27 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
e6c114c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
package.json
src/views/video/index.vue
package.json
View file @
8260064
...
...
@@ -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
}
...
...
src/views/video/index.vue
View file @
8260064
...
...
@@ -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
(()
=>
{
...
...
Please
register
or
sign in
to post a comment