|
@@ -114,7 +114,7 @@
|
|
|
<div class="exit">
|
|
|
<template v-for="(item, index) in exitList">
|
|
|
<div :key="item.key" :class="['tc', {'mb-15': index !== exitList.length - 1}, item.key]"
|
|
|
- @click="exitFun(item.key)">
|
|
|
+ @click.prevent="exitFun(item.key)">
|
|
|
<img :src="item.img" alt="">
|
|
|
<div class="drawer-item">
|
|
|
{{item.name}}
|