diff --git a/src/router/index.ts b/src/router/index.ts index 17e536a..7816795 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -52,6 +52,10 @@ const routes: Array = [ path: "/user/settings", component: () => import("@/views/user/settings.vue"), }, + { + path: "/issue/issuing-apply", + component: () => import("@/views/issue/issuing-apply/index.vue"), + }, ]; const router = createRouter({ diff --git a/src/views/issue/issuing-apply/index.vue b/src/views/issue/issuing-apply/index.vue new file mode 100644 index 0000000..cde3d92 --- /dev/null +++ b/src/views/issue/issuing-apply/index.vue @@ -0,0 +1,14 @@ + + + diff --git a/src/views/user/components/issuing-asset.vue b/src/views/user/components/issuing-asset.vue index 921d922..6340c03 100644 --- a/src/views/user/components/issuing-asset.vue +++ b/src/views/user/components/issuing-asset.vue @@ -16,7 +16,7 @@ const { t } = useI18n(); {{ t("asset.issue.myCompany") }} -
+
{{ t("asset.issue.issuingApply") }}