Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
a32de5ad
Commit
a32de5ad
authored
Jul 22, 2022
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片多选
parent
86adcd5d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/components/uploader.vue
+1
-1
vue.config.js
+2
-2
No files found.
src/components/uploader.vue
View file @
a32de5ad
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<el-upload
v-if=
"showTrigger"
class=
"upload-demo"
:action=
"actionUrl"
:show-file-list=
"false"
<el-upload
v-if=
"showTrigger"
class=
"upload-demo"
multiple
:action=
"actionUrl"
:show-file-list=
"false"
:http-request=
"onUpload"
:auto-upload=
"true"
:on-success=
"onSuccessUpload"
:on-exceed=
"onExceed"
:http-request=
"onUpload"
:auto-upload=
"true"
:on-success=
"onSuccessUpload"
:on-exceed=
"onExceed"
:on-change=
"onFileChanged"
:limit=
"max"
:style=
"picStyle"
:file-list=
"fileList"
>
:on-change=
"onFileChanged"
:limit=
"max"
:style=
"picStyle"
:file-list=
"fileList"
>
<div
class=
"plus_loader"
slot=
"trigger"
:style=
"picStyle"
>
<div
class=
"plus_loader"
slot=
"trigger"
:style=
"picStyle"
>
...
...
vue.config.js
View file @
a32de5ad
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
* 配置参考:
* 配置参考:
* https://cli.vuejs.org/zh/config/
* https://cli.vuejs.org/zh/config/
*/
*/
const
url
=
'http://linshenxs-gateway:9999'
//
const url = 'http://linshenxs-gateway:9999'
//
const url = 'http://47.108.51.175:9999'
const
url
=
'http://47.108.51.175:9999'
const
CompressionWebpackPlugin
=
require
(
'compression-webpack-plugin'
)
const
CompressionWebpackPlugin
=
require
(
'compression-webpack-plugin'
)
const
productionGzipExtensions
=
[
'js'
,
'css'
]
const
productionGzipExtensions
=
[
'js'
,
'css'
]
module
.
exports
=
{
module
.
exports
=
{
...
...
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