Sfoglia il codice sorgente

feat: NG-15: 新会员注册时增加国家与语言选项.

kevin 1 anno fa
parent
commit
95a1a19e7d
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      backendApi/config/menu.php

+ 4 - 4
backendApi/config/menu.php

@@ -529,10 +529,10 @@ return [
 //            ['name'=>'编辑会员聘级', 'class'=>'', 'icon'=>'', 'controller'=>'config', 'action'=>'emp-level-edit', 'routePath'=>'config/emp-level-edit', 'show'=>0,],
             ['name'=>'报单中心级别配置', 'class'=>'', 'icon'=>'', 'controller'=>'config', 'action'=>'dec-role', 'routePath'=>'config/dec-role', 'show'=>1, 'wiki' => 'decRoleConfig'],
             ['name'=>'编辑报单中心级别', 'class'=>'', 'icon'=>'', 'controller'=>'config', 'action'=>'dec-role-edit', 'routePath'=>'config/dec-role-edit', 'show'=>0,],
-            ['name'=>'汇率列表', 'class'=>'', 'icon'=>'', 'controller'=>'currency', 'action'=>'currency-conversions', 'routePath'=>'currency/currency-conversions', 'show'=>1,  'wiki' => 'exchangeRateConfig'],
-            ['name'=>'汇率配置', 'class'=>'', 'icon'=>'', 'controller'=>'currency', 'action'=>'set-currency-conversions', 'routePath'=>'currency/set-currency-conversions', 'show'=>0],
-            ['name'=>'运费模板列表', 'class'=>'', 'icon'=>'', 'controller'=>'transportation', 'action'=>'transportation', 'routePath'=>'transportation/transportation-list', 'show'=>1,  'wiki' => 'transportationConfig'],
-            ['name'=>'运费模板设置', 'class'=>'', 'icon'=>'', 'controller'=>'transportation', 'action'=>'set-transportation', 'routePath'=>'transportation/set-transportation', 'show'=>0],
+            ['name'=>'汇率列表', 'class'=>'', 'icon'=>'', 'controller'=>'config', 'action'=>'currency-conversions', 'routePath'=>'currency/currency-conversions', 'show'=>1,  'wiki' => 'exchangeRateConfig'],
+            ['name'=>'汇率配置', 'class'=>'', 'icon'=>'', 'controller'=>'config', 'action'=>'set-currency-conversions', 'routePath'=>'currency/set-currency-conversions', 'show'=>0],
+            ['name'=>'运费模板列表', 'class'=>'', 'icon'=>'', 'controller'=>'config', 'action'=>'transportation', 'routePath'=>'transportation/transportation-list', 'show'=>1,  'wiki' => 'transportationConfig'],
+            ['name'=>'运费模板设置', 'class'=>'', 'icon'=>'', 'controller'=>'config', 'action'=>'set-transportation', 'routePath'=>'transportation/set-transportation', 'show'=>0],
         ],
     ],
 ];