屏蔽title写死JIKIMO的代码

This commit is contained in:
胡尧
2024-09-26 15:33:39 +08:00
parent 29bd1c2968
commit eba9ccf083

View File

@@ -6,6 +6,6 @@ import { patch } from "web.utils";
patch(WebClient.prototype, "kolpolok_custom_title_and_favicon.WebClient", {
setup() {
this._super();
this.title.setParts({ zopenerp: "JIKIMO" });
// this.title.setParts({ zopenerp: "JIKIMO" });
},
});