Commit 76aa83f7 authored by denghr's avatar denghr

公众号加白名单

parent 02ee7a25
......@@ -103,7 +103,7 @@ Object.keys(filters).forEach(key => {
});
// register global progress.
const whiteList = ['/login', '/authredirect', '/map', '/stockCrowd', '/stockCrowdDetail', '/companyInfo', '/provinceMap', '/campsite'];// 不重定向白名单
const whiteList = ['/login', '/authredirect', '/map', '/stockCrowd', '/stockCrowdDetail', '/companyInfo', '/provinceMap', '/campsite','/companyDetail'];// 不重定向白名单
router.beforeEach((to, from, next) => {
NProgress.start(); // 开启Progress
if (getToken()) { // 判断是否有token
......
......@@ -15,8 +15,8 @@
</span>
</div>
</div>
<div class="shoppings main-container" :class="{'addressActive':addressShow }">
<div class="shoppings" style="margin-top: 90px;">
<div class="shoppings main-container" style="background:#fff" :class="{'addressActive':addressShow }">
<div class="shoppings" style="background:#fff" style="margin-top: 90px;">
<div class="all">
<div class="goods">
<div v-infinite-scroll="loadMore" infinite-scroll-disabled="busy" infinite-scroll-distance="0">
......@@ -33,7 +33,7 @@
<div class="flex-jcb-aic">
<div style="position: relative;background: #EBEBEB;height: 3px;width:calc(100% - 40px)">
<div :style="{width:item.width}" class="last-css"></div>
<img v-if="item.width.substring(0,item.width.length-1)>0" src="../../../../static/images/mark.png" style="position: relative;width: 10.1px;top: -10px" :style="{left:(item.width.substring(0,item.width.length-1)-2)+'%'}" alt="">
<img v-if="item.width.substring(0,item.width.length-1)>0" src="../../../../static/images/mark.png" style="position: relative;width: 10.1px;top: -13px" :style="{left:(item.width.substring(0,item.width.length-1)-2)+'%'}" alt="">
</div>
<div class="ft12">{{item.balance}}</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment