|
|
@@ -63,90 +63,7 @@ return [
|
|
|
]
|
|
|
],
|
|
|
],
|
|
|
- [
|
|
|
- 'name' => '页面管理',
|
|
|
- 'type' => 1,
|
|
|
- 'sons' => [
|
|
|
- [
|
|
|
- 'name' => '查看',
|
|
|
- 'type' => 2,
|
|
|
- 'auth_key' => 'theme/pages.view'
|
|
|
- ],
|
|
|
- [
|
|
|
- 'name' => '管理',
|
|
|
- 'type' => 2,
|
|
|
- 'auth_key' => 'theme/pages.manage'
|
|
|
- ]
|
|
|
- ],
|
|
|
- ],
|
|
|
- [
|
|
|
- 'name' => '页面模板',
|
|
|
- 'type' => 1,
|
|
|
- 'sons' => [
|
|
|
- [
|
|
|
- 'name' => '查看',
|
|
|
- 'type' => 2,
|
|
|
- 'auth_key' => 'theme/template.view'
|
|
|
- ],
|
|
|
- [
|
|
|
- 'name' => '启用模板',
|
|
|
- 'type' => 2,
|
|
|
- 'auth_key' => 'theme/template.open'
|
|
|
- ]
|
|
|
|
|
|
- ],
|
|
|
- ],
|
|
|
- [
|
|
|
- 'name' => '商城风格、底部导航',
|
|
|
- 'type' => 1,
|
|
|
- 'sons' => [
|
|
|
- [
|
|
|
- 'name' => '查看',
|
|
|
- 'type' => 2,
|
|
|
- 'auth_key' => 'theme/content.view'
|
|
|
- ],
|
|
|
- [
|
|
|
- 'name' => '保存',
|
|
|
- 'type' => 2,
|
|
|
- 'auth_key' => 'theme/content.save'
|
|
|
- ]
|
|
|
-
|
|
|
- ],
|
|
|
- ],
|
|
|
- [
|
|
|
- 'name' => '素材管理',
|
|
|
- 'type' => 1,
|
|
|
- 'sons' => [
|
|
|
- [
|
|
|
- 'name' => '查看',
|
|
|
- 'type' => 2,
|
|
|
- 'auth_key' => 'theme/material.view'
|
|
|
- ],
|
|
|
- [
|
|
|
- 'name' => '管理',
|
|
|
- 'type' => 2,
|
|
|
- 'auth_key' => 'theme/material.manage'
|
|
|
- ]
|
|
|
-
|
|
|
- ],
|
|
|
- ],
|
|
|
- [
|
|
|
- 'name' => 'PC商城-首页装修/广告管理',
|
|
|
- 'type' => 1,
|
|
|
- 'sons' => [
|
|
|
- [
|
|
|
- 'name' => '查看',
|
|
|
- 'type' => 2,
|
|
|
- 'auth_key' => 'theme/pcdecorate.view'
|
|
|
- ],
|
|
|
- [
|
|
|
- 'name' => '管理',
|
|
|
- 'type' => 2,
|
|
|
- 'auth_key' => 'theme/pcdecorate.manage'
|
|
|
- ]
|
|
|
-
|
|
|
- ],
|
|
|
- ],
|
|
|
]
|
|
|
],
|
|
|
//商品
|