feat: 修改已知问题

This commit is contained in:
caijun
2026-01-27 09:00:58 +08:00
parent 46c351151b
commit 22d656889a
5 changed files with 132 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ import { computed } from "vue";
this.config = JSON.parse(this.jnpf.base64.decode(obj.config)) || {};
this.isPreview = this.config.isPreview || false;
this.enableFlow = this.config.type === 9 ? 1 : 0;
this.title = this.config.name || "";
this.title = this.config.tableTitle || "";
this.modelId = this.config.id || "";
uni.setNavigationBarTitle({
title: this.title,