From 6998a66db52643c5c89d568d07542f564b3802b7 Mon Sep 17 00:00:00 2001 From: Seven Date: Mon, 15 Dec 2025 01:01:41 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=8F=91=E8=A1=8C=E9=A1=B5=E9=9D=A2=E8=B7=AF=E7=94=B1=E5=92=8C?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=8F=91=E8=A1=8C?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E7=BB=84=E4=BB=B6=E4=BB=A5=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E8=87=B3=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 4 ++++ src/views/issue/issuing-apply/index.vue | 14 ++++++++++++++ src/views/user/components/issuing-asset.vue | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 src/views/issue/issuing-apply/index.vue 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") }}