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) {