guhongwei há 5 anos atrás
pai
commit
b9eee812ad
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/hallList/index.vue

+ 1 - 1
src/views/hallList/index.vue

@@ -10,7 +10,7 @@
             <p>
               <span class="textOver" @click="turnTo(item)">{{ item.title }}</span
               ><span class="textOver">
-                <el-link :underline="false" :href="`/static/liveIndex.html?id=${item.id}`" target="_blank" class="duijie" v-if="canIn(item)">
+                <el-link :underline="false" :href="`/platlive/static/liveIndex.html?id=${item.id}`" target="_blank" class="duijie" v-if="canIn(item)">
                   进入对接会
                 </el-link>
                 <el-link :underline="false" @click="apply(item.id)" class="duijie" v-if="canJoin(item)"> 申请对接会 </el-link></span