当前位置:网站首页>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 }
}
边栏推荐
猜你喜欢

微信公众号开发相关流程及功能介绍

Parallelism, concurrency and life cycle of threads

科技T3国产平台!成功搭载“翼辉国产实时系统SylixOS”

Case sharing: basic networking configuration of QinQ

音视频、编解码相关电子书、小工具,打包奉送!

Why must we move from Devops to bizdevops?

任务:拒绝服务DoS

自定义插入页面标签以及实现类似通讯录的首字母搜索
![Extensive reading of the paper [film: visual reasoning with a general condition layer]](/img/69/f4ba37a7eae34a7e698127c31b0161.png)
Extensive reading of the paper [film: visual reasoning with a general condition layer]

安装sharp报错
随机推荐
sql查询去重统计的方法总结
Methods of finding various limits
mysql 报错 Can‘t create table ‘demo01.tb_Student‘ (errno: 150)*
Brpc understanding
The use of subplot function in MATLAB
自定义插入页面标签以及实现类似通讯录的首字母搜索
采集抖音视频
Shell高级进阶
求各种极限的方法
Actual combat of flutter - fast implementation of audio and video call application
Live HLS protocol
Ffmpeg audio related commands
mysql 報錯 Can‘t create table ‘demo01.tb_Student‘ (errno: 150)*
H264 encoding profile & level control
[info() method in org.slf4j.logger]
1592 例题1 国王(Sgu223 LOJ10170 LUOGU1896 提高+/省选-) 暴力思考 状压DP 01背包
Redo和Undo的区别
Wechat applet navigator has a shadow after clicking. Remove the shadow effect of navigator
EasyGBS网络不稳定情况下重复请求视频拉流问题的优化
Learning notes [Gumbel softmax]