修复内容
This commit is contained in:
@@ -40,7 +40,7 @@ class Ad extends Model{
|
||||
self::mobile => [
|
||||
[
|
||||
'name' => '商品分类',
|
||||
'path' => '/pages/sort/sort',
|
||||
'path' => '/pages/category/index',
|
||||
'is_tab' => 1,
|
||||
],
|
||||
[
|
||||
@@ -57,7 +57,7 @@ class Ad extends Model{
|
||||
self::pc => [
|
||||
[
|
||||
'name' => '商品分类',
|
||||
'path' => '/category',
|
||||
'path' => '/category/index',
|
||||
'is_tab' => 0,
|
||||
],
|
||||
[
|
||||
@@ -67,7 +67,7 @@ class Ad extends Model{
|
||||
],
|
||||
[
|
||||
'name' => '个人中心',
|
||||
'path' => '/user/profile',
|
||||
'path' => '/user/user',
|
||||
'is_tab' => 0,
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user