Преглед изворни кода

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

YangZhiJie пре 2 година
родитељ
комит
6e7f1a6fd5
1 измењених фајлова са 13 додато и 0 уклоњено
  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 },
             // 归档