当前位置:网站首页>New window open page -window open
New window open page -window open
2022-07-01 19:40:00 【Goody red dust】
Click on the target file -unionMap.vue - Jump to a new window
src\views\gao\view\budget\pages\unionMap\unionMap.vue
Click the right side. - Big data of trade union funds - Big map management - Union map
Pop up a new window
New in the same directory Blank.vue
hold unionMap.vue Copy all code to Blank.vue
unionMap.vue Rewrite the code
<template>
<div>
<p> Jump to a new page </p>
</div>
</template>
<script>
export default {
data () {
return {
}
},
created () {
// Important code
const _router = this.$router.resolve({
name: 'union_map_blank'
})
window.open(_router.href, '_blank')
}
}
</script>
<style>
</style>
Add a new file Blank.vue Create route
src\router\gao.js
Can be associated with directory files unionMap.vue At the same level
{
path: 'unionMap',
name: 'unionMap',
component: () => import('@/views/gao/view/budget/pages/unionBigMap/unionMap.vue'),
meta: {
title: ' Union map ', icon: 'dashboard', auth: true }
},
{
path: 'union_map_blank',
name: 'union_map_blank',
component: () => import('@/views/gao/view/budget/pages/unionBigMap/Blank.vue'),
meta: {
title: ' Union map ', icon: 'dashboard', auth: true }
}
边栏推荐
- Bao, what if the O & M 100+ server is a headache? Use Xingyun housekeeper!
- mysql 报错 Can‘t create table ‘demo01.tb_Student‘ (errno: 150)*
- Intensive cultivation of channels for joint development Fuxin and Weishi Jiajie held a new product training conference
- 【无标题】
- [English grammar] Unit1 articles, nouns, pronouns and numerals
- Why has instagram changed from a content sharing platform to a marketing tool? How do independent sellers use this tool?
- Ffmpeg audio related commands
- 狼人杀攻略:你当我好骗吗,我们相信谁!
- OpenCV视频质量检测--清晰度检测
- Collect Tiktok video
猜你喜欢
随机推荐
Transaction isolation level gap lock deadlock
微信公众号开发相关流程及功能介绍
自定义插入页面标签以及实现类似通讯录的首字母搜索
Optaplanner learning notes (I) case cloud balance
EasyGBS网络不稳定情况下重复请求视频拉流问题的优化
EasyGBS主子码流都为H.265时,切换出现花屏如何解决?
对象的创建
Werewolf killing strategy: do you think I'm easy to cheat? Who do we believe!
ffmpeg 错误码
Ubuntu14 install MySQL and configure root account local and remote access
Shell advanced
How to configure webrtc video streaming format for easygbs, a new version of national standard gb28181 video platform?
Task: denial of service DOS
Collect Tiktok video
Interview questions for audio and video positions in Dachang -- today's headline
Uni app product classification
【sql优化】with as 和 临时表的区别
GB28181之SIP协议
Ffmpeg audio related commands
[info() method in org.slf4j.logger]