当前位置:网站首页>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 }
}
边栏推荐
- 狼人杀攻略:你当我好骗吗,我们相信谁!
- Wireshark packet analysis TCP, FTP
- SIP protocol of gb28181
- 物联网平台thingsboard搭建学习记录
- torch. nn. functional. Interpolate function
- mysql 报错 Can‘t create table ‘demo01.tb_Student‘ (errno: 150)*
- OpenCV视频质量检测--清晰度检测
- [Mori city] random talk on GIS data (I)
- 集合对象值改变NULL值对象
- 科技T3国产平台!成功搭载“翼辉国产实时系统SylixOS”
猜你喜欢

白盒加密技术浅理解

What must be done in graduation season before going to Shanhai

wireshark报文分析tcp,ftp
![[go ~ 0 to 1] day 5 July 1 type alias, custom type, interface, package and initialization function](/img/1e/bed6a761f07c052e43b1e3b1701760.png)
[go ~ 0 to 1] day 5 July 1 type alias, custom type, interface, package and initialization function

ubuntu14安装MySQL并配置root账户本地与远程访问

XML syntax, constraints
![[Mori city] random talk on GIS data (I)](/img/4d/1ed4bbf397b8d756c91241705528de.jpg)
[Mori city] random talk on GIS data (I)

Oracle物理体系结构

Optaplanner learning notes (I) case cloud balance

EasyGBS网络不稳定情况下重复请求视频拉流问题的优化
随机推荐
What is the essential difference between Bi development and report development?
Wireshark packet analysis TCP, FTP
原生js打造日程表-支持鼠标滚轮滚动选择月份-可以移植到任何框架中
Audio and video, encoding and decoding related e-books, gadgets, packaged for free!
Compile ffmpeg source code with msys+vs2019 under win10
论文阅读【Discriminative Latent Semantic Graph for Video Captioning】
Test self-study people must see: how to find test items in software testing?
win10下使用msys+vs2019编译ffmpeg源码
118. 杨辉三角
直播HLS协议
商业智能BI开发和报表开发有什么本质区别?
如何正确使用Vertx操作Redis(3.9.4带源码分析)
Learning notes [Gumbel softmax]
【英语语法】Unit1 冠词、名词、代词和数词
精耕渠道共謀發展 福昕攜手偉仕佳傑開展新產品培訓大會
GC垃圾回收
Optaplanner learning notes (I) case cloud balance
GetMessage底层机制分析
web开发常用的开源框架的开源协议整理
Dom4j parsing XML, XPath retrieving XML