From b86a9d6d1765c624da0f94a0388ea1d496dbb00d Mon Sep 17 00:00:00 2001 From: JyuHsin <729757837@qq.com> Date: Mon, 2 Feb 2026 15:48:13 +0800 Subject: [PATCH] commit --- .../resources/static/components/plugins/sysSignature/pc.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/static/components/plugins/sysSignature/pc.vue b/src/main/resources/static/components/plugins/sysSignature/pc.vue index 415b4da..bf4beea 100644 --- a/src/main/resources/static/components/plugins/sysSignature/pc.vue +++ b/src/main/resources/static/components/plugins/sysSignature/pc.vue @@ -8,6 +8,7 @@ 重签 + 打开签字版 @@ -44,6 +45,9 @@ module.exports = { } }, methods: { + openPanel() { + window.open(this.signatureAddress) + }, async init() { const {code, data} = await this.$axios.post("/platform/signature/get") if (code === 0) {