فهرست منبع

修改products manage 为Shopping Mall

kevin_zhangl 3 سال پیش
والد
کامیت
c30e5ebbe9
4فایلهای تغییر یافته به همراه10 افزوده شده و 10 حذف شده
  1. 1 1
      backendApi/config/menu.php
  2. 4 4
      backendEle/src/router/index.js
  3. 1 1
      frontendApi/config/menu.php
  4. 4 4
      frontendEle/src/router/index.js

+ 1 - 1
backendApi/config/menu.php

@@ -26,7 +26,7 @@ return [
         ]
     ],
     'shop'=>[
-        'name'=>'Products Management',//商城管理
+        'name'=>'Shopping Mall',//商城管理
         'class' => '',
         'icon'=>'el-icon-goods',
         'controller'=>'shop',

+ 4 - 4
backendEle/src/router/index.js

@@ -113,7 +113,7 @@ export const constantRouterMap = [
                 title: 'Kitting products list',//报单套餐列表
                 breadcrumb: [
                     {title: 'Dashboard', path: '/dashboard/index'},//首页
-                    {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
+                    {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
                 ],
             },
 
@@ -126,7 +126,7 @@ export const constantRouterMap = [
                 title: 'Add Kitting products',//报单套餐添加
                 breadcrumb: [
                     {title: 'Dashboard', path: '/dashboard/index'},//首页
-                    {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
+                    {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
                 ],
             },
 
@@ -139,7 +139,7 @@ export const constantRouterMap = [
                 title: 'Products list',//商品列表
                 breadcrumb: [
                     {title: 'Dashboard', path: '/dashboard/index'},//首页
-                    {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
+                    {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
                 ],
             },
 
@@ -152,7 +152,7 @@ export const constantRouterMap = [
                 title: 'Products add',//商品添加
                 breadcrumb: [
                     {title: 'Dashboard', path: '/dashboard/index'},//首页
-                    {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
+                    {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
                 ],
             },
 

+ 1 - 1
frontendApi/config/menu.php

@@ -19,7 +19,7 @@ return [
         ]
     ],
     'shop'=>[
-        'name'=>'Products Management',//商城管理
+        'name'=>'Shopping Mall',//商城管理
         'class' => '',
         'icon'=>'el-icon-goods',
         'controller'=>'shop',

+ 4 - 4
frontendEle/src/router/index.js

@@ -50,7 +50,7 @@ export const constantRouterMap = [
                     title: 'Entry list',//报单列表
                     breadcrumb: [
                         {title: 'Dashboard', path: '/dashboard/index'},//首页
-                        {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
+                        {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
                     ],
                 },
             },
@@ -62,7 +62,7 @@ export const constantRouterMap = [
                     title: 'Order List',//订单列表
                     breadcrumb: [
                         {title: 'Dashboard', path: '/dashboard/index'},//首页
-                        {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
+                        {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
                     ],
                 },
             },
@@ -74,7 +74,7 @@ export const constantRouterMap = [
                     title: 'Products list',//商品列表
                     breadcrumb: [
                         {title: 'Dashboard', path: '/dashboard/index'},//首页
-                        {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
+                        {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
                     ],
                 },
             },
@@ -86,7 +86,7 @@ export const constantRouterMap = [
                     title: 'Products settlement',
                     breadcrumb: [
                         {title: 'Dashboard', path: '/dashboard/index'},//首页
-                        {title: 'Products Management', path: '/shop/dec-order-list'}//商城管理
+                        {title: 'Shopping Mall', path: '/shop/dec-order-list'}//商城管理
                     ],
                 },
             },