cloud-web-corejs 1.0.54-dev.519 → 1.0.54-dev.520

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,7 +52,17 @@ export const constantRoutes = [
52
52
  meta: {
53
53
  title: "甘特图",
54
54
  },
55
- }
55
+ },
56
+ {
57
+ path: "/testQrcode",
58
+ component: () =>
59
+ import("@/views/test/testQrcode"),
60
+ name: "test1",
61
+ meta: {
62
+ title: "测试二维码",
63
+ },
64
+ },
65
+
56
66
  ],
57
67
  },
58
68