Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1-admin
Commits
f583e266
Commit
f583e266
authored
Dec 10, 2021
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频管理视频上传
parent
76f51f9d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
4 deletions
+2
-4
newsmovie-add-or-update.vue
src/views/modules/info/newsmovie-add-or-update.vue
+2
-2
newtopic-add-or-update.vue
src/views/modules/info/newtopic-add-or-update.vue
+0
-1
partners-add-or-update.vue
src/views/modules/service/partners-add-or-update.vue
+0
-1
favicon.ico
static/img/favicon.ico
+0
-0
No files found.
src/views/modules/info/newsmovie-add-or-update.vue
View file @
f583e266
...
...
@@ -4,7 +4,6 @@
:close-on-click-modal=
"false"
:visible
.
sync=
"visible"
>
<el-form
:model=
"dataForm"
:rules=
"dataRule"
ref=
"dataForm"
@
keyup
.
enter
.
native=
"dataFormSubmit()"
label-width=
"120px"
v-loading=
'loading'
>
<div
class=
"base-info"
>
基本信息
</div>
<el-form-item
label=
"原始标题:"
prop=
"titleOld"
>
<el-input
v-model=
"dataForm.titleOld"
placeholder=
"请输入原始标题"
size=
"small"
v-show=
"!showInfo"
></el-input>
</el-form-item>
...
...
@@ -247,7 +246,7 @@
'stdate'
:
this
.
dataForm
.
stdate
,
'clanguage'
:
this
.
dataForm
.
clanguage
,
'pic'
:
this
.
dataForm
.
pic
,
'wavname'
:
this
.
videoUrlStr
,
'wavname'
:
this
.
dataForm
.
wavname
,
'content'
:
this
.
dataForm
.
content
})
}).
then
(({
data
})
=>
{
...
...
@@ -323,6 +322,7 @@
this
.
videoUrlStr
=
windowURL
.
createObjectURL
(
file
)
this
.
dialogVisible2
=
true
this
.
videoUrl
.
append
(
'file'
,
file
)
console
.
log
(
this
.
videoUrlStr
)
console
.
log
(
file
)
}
},
...
...
src/views/modules/info/newtopic-add-or-update.vue
View file @
f583e266
...
...
@@ -4,7 +4,6 @@
:close-on-click-modal=
"false"
:visible
.
sync=
"visible"
>
<el-form
:model=
"dataForm"
:rules=
"dataRule"
ref=
"dataForm"
@
keyup
.
enter
.
native=
"dataFormSubmit()"
label-width=
"120px"
v-loading=
'loading'
>
<div
class=
"base-info"
>
基本信息
</div>
<el-form-item
label=
"专题描述:"
prop=
"title"
>
<el-input
v-model=
"dataForm.title"
placeholder=
"请输入专题描述"
v-show=
"!showInfo"
size=
"small"
></el-input>
<p
v-show=
"showInfo"
>
{{
dataForm
.
title
}}
</p>
...
...
src/views/modules/service/partners-add-or-update.vue
View file @
f583e266
...
...
@@ -3,7 +3,6 @@
<div
class=
"title"
>
{{
title
}}
</div>
<div
class=
"form-list"
>
<el-form
:model=
"dataForm"
:rules=
"dataRule"
ref=
"dataForm"
@
keyup
.
enter
.
native=
"dataFormSubmit()"
label-width=
"120px"
>
<div
class=
"base-info"
>
基本信息
</div>
<el-form-item
label=
"原始标题:"
prop=
"titleOld"
>
<el-input
v-model=
"dataForm.titleOld"
placeholder=
"请输入原始标题"
></el-input>
</el-form-item>
...
...
static/img/favicon.ico
0 → 100644
View file @
f583e266
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment