Commit 49cce47f authored by yaya's avatar yaya

feat:优化

parent af24efd4
......@@ -163,8 +163,8 @@ export const asyncRouterMap = [
name: 'category',
meta: {
perms: ['GET /admin/category/list', 'POST /admin/category/create', 'GET /admin/category/read', 'POST /admin/category/update', 'POST /admin/category/delete', 'POST /admin/category/getSubCategory', 'POST /admin/bidrecord/list'],
title: '信息设置',
icon: 'list',
title: '钱币设置',
icon: 'setting',
noCache: true
},
hidden: true
......
......@@ -19,6 +19,7 @@
</el-dialog>
<LamaImageDialog
v-if="showLamaImageDialog"
:show-lama-dialog="showLamaImageDialog"
@imageBase64="handleGetImageBase64" />
</div>
......@@ -67,7 +68,6 @@ export default {
this.$message.error('请选择图片')
return
}
debugger
if (this.selectType === 1) { // 去水印
const result = this.copyContent(this.imageList[this.currentPosition])
if (result) {
......@@ -152,6 +152,7 @@ export default {
.gallery {
width: 100px;
height: 100px;
object-fit: contain;
}
.check_img {
......
......@@ -117,7 +117,7 @@ export default {
page: 1,
limit: 20,
name: undefined,
sort: 'created',
sort: 'update_time',
order: 'desc'
},
goodsDetail: '',
......
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