Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform-ui
Commits
76aa83f7
Commit
76aa83f7
authored
Aug 26, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公众号加白名单
parent
02ee7a25
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
main.js
src/main.js
+1
-1
stockCrowd.vue
src/views/baseInfo/stockCrowd/stockCrowd.vue
+3
-3
No files found.
src/main.js
View file @
76aa83f7
...
...
@@ -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
...
...
src/views/baseInfo/stockCrowd/stockCrowd.vue
View file @
76aa83f7
...
...
@@ -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: -1
0
px"
: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: -1
3
px"
:style=
"
{left:(item.width.substring(0,item.width.length-1)-2)+'%'}" alt="">
</div>
<div
class=
"ft12"
>
余
{{
item
.
balance
}}
股
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment