Commit a32de5ad by 陈超

图片多选

parent 86adcd5d
......@@ -16,7 +16,7 @@
</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"
:on-change="onFileChanged" :limit="max" :style="picStyle" :file-list="fileList">
<div class="plus_loader" slot="trigger" :style="picStyle">
......
......@@ -2,8 +2,8 @@
* 配置参考:
* https://cli.vuejs.org/zh/config/
*/
const url = 'http://linshenxs-gateway:9999'
//const url = 'http://47.108.51.175:9999'
//const url = 'http://linshenxs-gateway:9999'
const url = 'http://47.108.51.175:9999'
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']
module.exports = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment