From e269614bd5ec63752d61ace33ff85e571936c5c8 Mon Sep 17 00:00:00 2001 From: hupeng Date: Fri, 14 Feb 2020 22:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=9D=83=E9=99=90=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/YshopInfo.vue | 2 +- src/views/shop/cate/index.vue | 8 ++++---- src/views/system/menu/index.vue | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/dashboard/YshopInfo.vue b/src/views/dashboard/YshopInfo.vue index 6e88e18..4cfc780 100644 --- a/src/views/dashboard/YshopInfo.vue +++ b/src/views/dashboard/YshopInfo.vue @@ -70,7 +70,7 @@
1、小程序是mpvue2.0框架开发
2、价格:100元,只是单独的小程序!购买小程序请务必要购买上面VIP套餐
- 3、购买淘宝地址:https://item.taobao.com/item.htm?id=608056803568
+ 3、购买淘宝地址:https://item.taobao.com/item.htm?id=612007949053
4、群里面获取私服git
diff --git a/src/views/shop/cate/index.vue b/src/views/shop/cate/index.vue index ce79c3d..8cef3f6 100644 --- a/src/views/shop/cate/index.vue +++ b/src/views/shop/cate/index.vue @@ -4,7 +4,7 @@
- +
@@ -88,9 +88,9 @@ export default { ] }, permission: { - add: ['admin', 'cate:add'], - edit: ['admin', 'cate:edit'], - del: ['admin', 'cate:del'] + add: ['admin', 'YXSTORECATEGORY_CREATE'], + edit: ['admin', 'YXSTORECATEGORY_EDIT'], + del: ['admin', 'YXSTORECATEGORY_DELETE'] }, enabledTypeOptions: [ { key: 'true', display_name: '正常' }, diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 362bad9..3e2afe2 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -157,7 +157,7 @@ import udOperation from '@crud/UD.operation' // crud交由presenter持有 const defaultCrud = CRUD({ title: '菜单', url: 'api/menus', crudMethod: { ...crudMenu }}) -const defaultForm = { name: null, sort: 999, path: null, component: null, componentName: null, iframe: false, roles: [], pid: 0, icon: null, cache: false, hidden: false, type: 0, permission: null } +const defaultForm = { id: null, name: null, sort: 999, path: null, component: null, componentName: null, iframe: false, roles: [], pid: 0, icon: null, cache: false, hidden: false, type: 0, permission: null } export default { name: 'Menu', components: { Treeselect, IconSelect, crudOperation, rrOperation, udOperation },