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 @@ + + + + + diff --git a/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue b/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue index 2054432..531ce8c 100644 --- a/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue +++ b/jeecgboot-vue3/src/views/demo/main-home/components/instrumentSharing/index.vue @@ -23,7 +23,9 @@
仪器分类:
-
{{ i.instruName }}
+
{{ + i.instruName + }}
@@ -91,10 +93,11 @@