|
@@ -1,44 +1,4 @@
|
|
|
<template>
|
|
|
- <!-- <div>当前皮肤:{{ skinId }}</div> -->
|
|
|
- <!-- <header>
|
|
|
- <nav class="headerNav">
|
|
|
- <div class="inner">
|
|
|
- <div class="left">你好,欢迎来到{{webSiteName}}!</div>
|
|
|
- <div class="right">
|
|
|
- <div class="menu">
|
|
|
- <button class="reg" @click="goTopic"><img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/head/topicon1.png">商圈</button>
|
|
|
- <button class="reg" @click="goAdvertising"><img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/head/topicon2.png">广告服务</button>
|
|
|
- </div>
|
|
|
- <div class="right-top-menu">
|
|
|
- <button class="reg" @click="goLogin" v-show="!showToken"><img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/head/topicon3.png">登录</button>
|
|
|
- <button class="reg" @click="goRegister" v-show="!showToken"><img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/head/topicon4.png">注册</button>
|
|
|
- <button class="reg" @click="userCenter" v-show="showToken"><img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/head/topicon3.png">{{username}}</button>
|
|
|
- <button class="reg" @click="goSearch" v-if="templateBaseStore.isSearch"><img src="http://img.bjzxtw.org.cn/master/bjzxtw/public/head/searchicon.png">搜索</button>
|
|
|
- </div>
|
|
|
- <ul class="userInfo11" v-if="isShow">
|
|
|
- <li @click="gotosystem">个人中心</li>
|
|
|
- <li @click="exit">退出</li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </nav>
|
|
|
- <div class="headerLogo">
|
|
|
- <div class="inner">
|
|
|
- <img :src="logo" :alt="webSiteName" class="left" @click="backHome">
|
|
|
- <div class="titlead" v-if="adImg">
|
|
|
- <a href="adImg.ad_url" v-if="adImg.image_url == null" target="_blank" :title="adImg.introduce"><img :src="adImg.thumb" :alt="adImg.introduce" data-tag="imgurl.ad_tag" :id="adImg.ad_tag"></a>
|
|
|
- <a :href="adImg.image_url" v-else :title="adImg.introduce"><img :src="adImg.image_src" :alt="adImg.introduce" data-tag="imgurl.ad_tag" :id="adImg.ad_tag"></a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <el-dialog v-model="dialogTableVisible" width="800">
|
|
|
- <div class="tips">
|
|
|
- <p><img src="@/public/topic/tips.png"> 提示:注册请联系管理员操作!</p>
|
|
|
- <p>联系电话:010-56019387</p>
|
|
|
- <p>QQ : 2909421493 、213552413</p>
|
|
|
- </div>
|
|
|
- </el-dialog>
|
|
|
- </header> -->
|
|
|
<header>
|
|
|
<nav class="headerNav">
|
|
|
<div class="inner">
|