全栈小学生 abaa4201fb add shop
2026-01-13 09:16:43 +08:00

170 lines
7.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'SHOP_BASE_LINK' => [
'title' => get_lang('dict_diy.shop_link'),
'type' => 'folder', // 类型folder 表示文件夹link 表示链接
'child_list' => [
[
'name' => 'SHOP_LINK',
'title' => get_lang('dict_diy.shop_link_basic'),
'child_list' => [
[
'name' => 'SHOP_INDEX',
'title' => get_lang('dict_diy.shop_link_index'),
'url' => '/addon/shop/pages/index',
'is_share' => 1,
'action' => 'decorate'
],
[
'name' => 'SHOP_GOODS_CATEGORY',
'title' => get_lang('dict_diy.shop_link_goods_category'),
'url' => '/addon/shop/pages/goods/category',
'is_share' => 1,
'action' => ''
],
[
'name' => 'SHOP_GOODS_LIST',
'title' => get_lang('dict_diy.shop_link_goods_list'),
'url' => '/addon/shop/pages/goods/list',
'is_share' => 1,
'action' => ''
],
[
'name' => 'SHOP_GOODS_RANK',
'title' => get_lang('dict_diy.shop_link_goods_rank'),
'url' => '/addon/shop/pages/goods/rank',
'is_share' => 1,
'action' => ''
],
[
'name' => 'SHOP_GOODS_SEARCH',
'title' => get_lang('dict_diy.shop_link_goods_search'),
'url' => '/addon/shop/pages/goods/search',
'is_share' => 1,
'action' => ''
],
[
'name' => 'SHOP_GOODS_CART',
'title' => get_lang('dict_diy.shop_link_goods_cart'),
'url' => '/addon/shop/pages/goods/cart',
'is_share' => 0,
'action' => ''
],
[
'name' => 'SHOP_COUPON_LIST',
'title' => get_lang('dict_diy.shop_link_coupon_list'),
'url' => '/addon/shop/pages/coupon/list',
'is_share' => 1,
'action' => ''
],
[
'name' => 'SHOP_MEMBER_INDEX',
'title' => get_lang('dict_diy.page_link_member_index'),
'url' => '/addon/shop/pages/member/index',
'is_share' => 1,
'action' => 'decorate'
],
[
'name' => 'SHOP_MY_COUPON',
'title' => get_lang('dict_diy.shop_link_my_coupon'),
'url' => '/addon/shop/pages/member/my_coupon',
'is_share' => 0,
'action' => ''
],
[
'name' => 'SHOP_MY_GOODS_COLLECT',
'title' => get_lang('dict_diy.shop_link_my_goods_collect'),
'url' => '/addon/shop/pages/goods/collect',
'is_share' => 0,
'action' => ''
],
[
'name' => 'SHOP_MY_GOODS_BROWSE',
'title' => get_lang('dict_diy.shop_link_my_goods_browse'),
'url' => '/addon/shop/pages/goods/browse',
'is_share' => 0,
'action' => ''
],
[
'name' => 'SHOP_ORDER_LIST',
'title' => get_lang('dict_diy.shop_link_order_list'),
'url' => '/addon/shop/pages/order/list',
'is_share' => 0,
'action' => ''
],
[
'name' => 'SHOP_REFUND_LIST',
'title' => get_lang('dict_diy.shop_link_order_refund_list'),
'url' => '/addon/shop/pages/refund/list',
'is_share' => 0,
'action' => ''
],
[
'name' => 'SHOP_POINT_INDEX',
'title' => get_lang('dict_diy.shop_link_point_index'),
'url' => '/addon/shop/pages/point/index',
'is_share' => 1,
'action' => ''
],
[
'name' => 'SHOP_POINT_LIST',
'title' => get_lang('dict_diy.shop_link_point_list'),
'url' => '/addon/shop/pages/point/list',
'is_share' => 1,
'action' => ''
],
[
'name' => 'SHOP_POINT_ORDER_LIST',
'title' => get_lang('dict_diy.shop_link_point_order_list'),
'url' => '/addon/shop/pages/point/order_list',
'is_share' => 0,
'action' => ''
],
[
'name' => 'SHOP_DISCOUNT_LIST',
'title' => get_lang('dict_diy.shop_link_discount_list'),
'url' => '/addon/shop/pages/discount/list',
'is_share' => 1,
'action' => ''
],
[
'name' => 'SHOP_NEWCOMER_LIST',
'title' => get_lang('dict_diy.shop_link_newcomer_list'),
'url' => '/addon/shop/pages/newcomer/list',
'is_share' => 1,
'action' => ''
],
[
'name' => 'SHOP_INVOICE_LIST',
'title' => get_lang('dict_diy.shop_link_invoice_list'),
'url' => '/addon/shop/pages/invoice/list',
'is_share' => 1,
'action' => ''
],
]
],
[
'name' => 'SHOP_GOODS_SELECT',
'title' => get_lang('dict_diy.shop_link_goods_select'),
'component' => '/src/addon/shop/views/goods/components/goods-select-content.vue'
],
[
'name' => 'SHOP_GOODS_CATEGORY_SELECT',
'title' => get_lang('dict_diy.shop_link_goods_category_select'),
'component' => '/src/addon/shop/views/goods/components/goods-category-select-content.vue'
],
[
'name' => 'SHOP_COUPON_SELECT',
'title' => get_lang('dict_diy.shop_link_coupon_select'),
'component' => '/src/addon/shop/views/marketing/coupon/components/coupon-select-content.vue'
],
[
'name' => 'SHOP_POINT_EXCHANGE_SELECT',
'title' => get_lang('dict_diy.shop_link_point_exchange_select'),
'component' => '/src/addon/shop/views/marketing/exchange/components/goods-select-content.vue'
]
],
],
];