LOGIC.vue.ftl 288 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 /** * ${item.getName()} * * @param {*} [item={}] * @memberof ${srfclassname('${ctrl.codeName}')} */ public click${item.codeName}(item: any = {}){ const localdata: any = this.$store.getters.getLocalData(); const url = `${item.getHtmlPageUrl()}`; window.open(url, '_blank'); }