当前位置:网站首页>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 }
}
边栏推荐
- Dom4j parsing XML, XPath retrieving XML
- 测试自学人必看:软件测试如何找测试项目?
- Go Language Advanced
- ubuntu14安装MySQL并配置root账户本地与远程访问
- Wechat applet navigator has a shadow after clicking. Remove the shadow effect of navigator
- Flutter 实战-快速实现音视频通话应用
- OpenCV视频质量诊断----视频遮挡诊断
- P2433 【深基1-2】小学数学 N 合一
- Detailed explanation of JUnit unit test framework
- Audio and video, encoding and decoding related e-books, gadgets, packaged for free!
猜你喜欢
Oracle物理体系结构
Les canaux de culture intensive s'efforcent de développer Fu Xin et Wei Shi jiajie pour organiser une conférence de formation sur les nouveaux produits
How to configure webrtc video streaming format for easygbs, a new version of national standard gb28181 video platform?
正则表达式=Regex=regular expression
How to correctly use vertx to operate redis (3.9.4 with source code analysis)
wireshark报文分析tcp,ftp
Native JS creates a calendar - supports mouse wheel scrolling to select months - and can be ported to any framework
Parallelism, concurrency and life cycle of threads
JVM内存模型
Crunch简介、安装,使用Crunch制作密码字典
随机推荐
axure不显示元件库
Define dichotomy lookup
Parallelism, concurrency and life cycle of threads
ffmpeg 音频相关命令
Crunch简介、安装,使用Crunch制作密码字典
Intensive cultivation of channels for joint development Fuxin and Weishi Jiajie held a new product training conference
Case sharing: basic networking configuration of QinQ
Dom4j parsing XML, XPath retrieving XML
大厂音视频职位面试题目--今日头条
A brief understanding of white box encryption technology
H264 encoding profile & level control
求各种极限的方法
What must be done in graduation season before going to Shanhai
Ffmpeg error code
商业智能BI开发和报表开发有什么本质区别?
Interview questions for audio and video positions in Dachang -- today's headline
【org.slf4j.Logger中info()方法】
Ffmpeg common commands (2)
Les canaux de culture intensive s'efforcent de développer Fu Xin et Wei Shi jiajie pour organiser une conférence de formation sur les nouveaux produits
MySQl的基本使用