feat: 优化跳转地址栏带参数

This commit is contained in:
chenli
2026-01-29 11:53:50 +08:00
parent 112a036dd5
commit ebb46dc1b3
6 changed files with 26 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ import { computed } from "vue";
},
onLoad(obj) {
// baseStore.getDictionaryDataAll()
this.config = JSON.parse(this.jnpf.base64.decode(obj.config)) || {};
this.config = JSON.parse(obj.config) || {};
this.isPreview = this.config.isPreview || false;
this.enableFlow = this.config.type === 9 ? 1 : 0;
this.title = this.config.tableTitle || "";