|
@@ -73,7 +73,7 @@
|
|
|
function redirectTo() {
|
|
function redirectTo() {
|
|
|
const { to } = props.moduleData;
|
|
const { to } = props.moduleData;
|
|
|
if (!to) return;
|
|
if (!to) return;
|
|
|
- openWindow(getFormattedText(selectedData.value, to));
|
|
|
|
|
|
|
+ openWindow(getFormattedText(selectedData.value, to), { target: '_self' });
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|