|
|
@@ -2,18 +2,17 @@
|
|
|
<div style="width: 100%; overflow-y: auto; background-color: white">
|
|
|
<sticky class-name="sub-navbar2" v-if="activeIndex==1 || activeIndex==2">
|
|
|
<div class="top-wrapper">
|
|
|
- <!--<div style="margin-top: 5px; float: left;">
|
|
|
<router-link to="/">
|
|
|
- <img src="../assets/img/logo_dagang2.png" style="height:35px;">
|
|
|
+ <img src="../assets/img/title_gongfang.png" style="height:35px; margin-top: 5px;">
|
|
|
</router-link>
|
|
|
- </div>-->
|
|
|
+
|
|
|
|
|
|
<div style="float: right;">
|
|
|
<router-link :to="'/signup'">
|
|
|
<el-button type="text" round>没有账户?请注册</el-button>
|
|
|
</router-link>
|
|
|
|
|
|
- <el-button type="info" size="small" round @click="activeIndex=0">登录市场管理信息系统</el-button>
|
|
|
+ <el-button type="info" size="small" round @click="activeIndex=0">登录系统</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</sticky>
|