|
|
@@ -20,11 +20,11 @@
|
|
|
<p>{{ headline }}</p>
|
|
|
</div>
|
|
|
<div class="index_out" style="display: flex">
|
|
|
- <div
|
|
|
+ <!-- <div
|
|
|
class="iconfont icon-erweima"
|
|
|
style="margin-right: 15px; font-size: 22px; color: #666666"
|
|
|
@click="QRcode"
|
|
|
- ></div>
|
|
|
+ ></div> -->
|
|
|
<el-dropdown trigger="click" @command="quit">
|
|
|
<span class="el-dropdown-link" style="cursor: pointer">
|
|
|
<span>{{ username }}</span>
|
|
|
@@ -147,7 +147,7 @@
|
|
|
>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="扫描下载智网监测" :visible.sync="QRtf" width="300px">
|
|
|
+ <el-dialog title="扫描下载智网监测APP" :visible.sync="QRtf" width="300px">
|
|
|
<div class="qrcode" ref="qrCodeUrl" style="margin: 0 auto"></div>
|
|
|
</el-dialog>
|
|
|
</div>
|