ソースを参照

项目确认取消跳转

lihong 2 ヶ月 前
コミット
323894914a
1 ファイル変更7 行追加0 行削除
  1. 7 0
      src/router/modules/dashboard.ts

+ 7 - 0
src/router/modules/dashboard.ts

@@ -54,6 +54,13 @@ const route: Array<RouteRecordRaw> = [
     hideMenu: true,
     meta: { title: "股东卡优惠", hideTabs: true },
   },
+  {
+    path: '/xmQrQx',
+    name: 'xmQrQx',
+    component: createNameComponent(() => import('@/views/med-tec-mod/MenZhenXiangMu.vue'), 'xmQrQx'),
+    hideMenu: true,
+    meta: {title: '项目确认与取消', hideTabs: true},
+  },
   {
     path: "/scrollSource",
     name: "scrollSource",