Sfoglia il codice sorgente

增加条码编辑器(老环境)

YangZhiJie 2 anni fa
parent
commit
6e7f1a6fd5
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      src/routes/route-base-v4.js

+ 13 - 0
src/routes/route-base-v4.js

@@ -235,6 +235,19 @@ const router = [
                     ],
                 },
             },
+            // 条码编辑(老编辑器)
+            {
+                path: 'barCode-edit-o', component: BarCodeEdit,
+                meta: {
+                    'loginRequired': true,
+                    'functionAccessArray': [
+                        {
+                            'functionNo': '20220328_092713',
+                            'itemNo': '3',
+                        },
+                    ],
+                },
+            },
             // 标签打印
             { path: '/desktop/PrintCard', component: PrintCard },
             // 归档