chenrui hace 9 meses
padre
commit
33319c5200

+ 2 - 2
src/config/router.config.js

@@ -786,7 +786,7 @@ export const asyncRouterMap = [
             name: 'easyPassShopping',
             component: BlankLayout,
             meta: {
-              title: '易码通商城',
+              title: '商城类目',
               icon: 'monitor'
               // permission: 'M_easyPassShopping'
             },
@@ -797,7 +797,7 @@ export const asyncRouterMap = [
                 name: 'easyPassShoppingIndex',
                 component: () => import(/* webpackChunkName: "numsGoodsShelves" */ '@/views/numsGoodsShelves/easyPassShopping/index.vue'),
                 meta: {
-                  title: '易码通商城',
+                  title: '商城类目列表',
                   icon: 'monitor',
                   hidden: true
                 }

+ 1 - 0
src/views/numsGoodsShelves/easyPassShopping/index.vue

@@ -49,6 +49,7 @@
                 <a-cascader
                   id="easyPassShopping-category"
                   expandTrigger="hover"
+                  :changeOnSelect="true"
                   :fieldNames="fieldNames"
                   :options="categoryOptions"
                   placeholder="请选择商城类目"