Commit 49cce47f authored by yaya's avatar yaya

feat:优化

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