Commit d10c4cc12664c1b692d2c2aa7038bab52b753e04

Authored by 刘淇
1 parent fd7204cc

授权方式修改

Showing 1 changed file with 2 additions and 1 deletions
src/components/navigation.vue
... ... @@ -96,7 +96,8 @@ export default {
96 96 })
97 97 },
98 98 openImgUrl(i) { // 点击图片跳转
99   - window.open(i.jumpUrl)
  99 + console.log(i.jumpUrl)
  100 + window.open('https://www.baidu.com/')
100 101 },
101 102 toPlateNumber() { // 前往输入车牌页面
102 103 this.$router.push({
... ...