diff --git a/jeecgboot-vue3/src/router/helper/mainOut.ts b/jeecgboot-vue3/src/router/helper/mainOut.ts
index 190f34b..960e30b 100644
--- a/jeecgboot-vue3/src/router/helper/mainOut.ts
+++ b/jeecgboot-vue3/src/router/helper/mainOut.ts
@@ -100,6 +100,15 @@ export const mainOutRoutes: AppRouteModule[] = [
ignoreAuth: true,
},
},
+ {
+ path: '/main-home/innovationVouchers',
+ name: 'InnovationVouchers',
+ component: () => import('/@/views/demo/main-home/components/innovationVouchers/index.vue'),
+ meta: {
+ title: '创新券',
+ ignoreAuth: true,
+ },
+ },
],
},
];
diff --git a/jeecgboot-vue3/src/views/demo/main-home/components/innovationVouchers/index.vue b/jeecgboot-vue3/src/views/demo/main-home/components/innovationVouchers/index.vue
new file mode 100644
index 0000000..9837681
--- /dev/null
+++ b/jeecgboot-vue3/src/views/demo/main-home/components/innovationVouchers/index.vue
@@ -0,0 +1,59 @@
+
+