Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
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
qzhxx
national_museum_vod
Commits
273779c0
Commit
273779c0
authored
Apr 10, 2021
by
qzhxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
’汇出更改
parent
70fca542
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
15 deletions
+6
-15
index.js
config/index.js
+2
-1
uploadAudio.vue
src/page/content/components/uploadVue/uploadAudio.vue
+0
-4
uploadDatum.vue
src/page/content/components/uploadVue/uploadDatum.vue
+0
-4
uploadFile.vue
src/page/content/components/uploadVue/uploadFile.vue
+1
-4
index.vue
src/page/content/video/remit/index.vue
+3
-2
No files found.
config/index.js
View file @
273779c0
...
...
@@ -12,7 +12,8 @@ module.exports = {
assetsPublicPath
:
'/'
,
proxyTable
:
{
'/mall'
:
{
target
:
"http://192.168.110.67/mall"
,
target
:
"http://111.203.232.175:8088/mall"
,
// target: "http://192.168.110.67/mall",
// target: "http://192.168.204.66:8088/mall",
changeOrigin
:
true
,
pathRewrite
:
{
...
...
src/page/content/components/uploadVue/uploadAudio.vue
View file @
273779c0
<
template
>
<div>
<!-- accept="application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" -->
<!-- :show-file-list="false" -->
<!-- :file-list="fileList" -->
<!-- action="http://111.203.232.175:8088/mall/file/video/content/upload" -->
<el-upload
ref=
"upload"
:multiple=
"true"
...
...
src/page/content/components/uploadVue/uploadDatum.vue
View file @
273779c0
<
template
>
<div>
<!-- accept="application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" -->
<!-- :show-file-list="false" -->
<!-- :file-list="fileList" -->
<!-- action="http://111.203.232.175:8088/mall/file/video/content/upload" -->
<el-upload
ref=
"upload"
:multiple=
"true"
...
...
src/page/content/components/uploadVue/uploadFile.vue
View file @
273779c0
<
template
>
<div>
<!-- accept="application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" -->
<!-- :show-file-list="false" -->
<!-- :file-list="fileList" -->
<!-- action="http://111.203.232.175:8088/mall/file/video/content/upload" -->
<el-upload
ref=
"upload"
:multiple=
"true"
...
...
src/page/content/video/remit/index.vue
View file @
273779c0
...
...
@@ -297,7 +297,7 @@ export default {
}
return
str
;
},
//
批量删除
//
汇出
multipleRemit
()
{
let
_this
=
this
;
let
str
=
_this
.
getMultipleSelect
();
...
...
@@ -309,7 +309,8 @@ export default {
method
:
"post"
,
authType
:
this
.
backToken
},
{
idList
:
str
}
// {idList:str}
_this
.
$qs
.
stringify
({
idList
:
str
})
)
.
then
(
res
=>
{
...
...
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