uni-app打开新的网页页签
const {href} = this.$router.resolve({ path:this.menuItems[key].routerPath, }) window.open(href, '_blank');

春有百花秋有月,夏有凉风冬有雪!
const {href} = this.$router.resolve({ path:this.menuItems[key].routerPath, }) window.open(href, '_blank');
