feat: 修改已知问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user