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
5afefb0b
Commit
5afefb0b
authored
Jul 31, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改正式环境
parent
96b4f098
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
prod.env.js
config/prod.env.js
+1
-1
index.vue
src/views/baseInfo/stockCrowd/index.vue
+2
-2
stockCrowd.vue
src/views/baseInfo/stockCrowd/stockCrowd.vue
+1
-1
No files found.
config/prod.env.js
View file @
5afefb0b
module
.
exports
=
{
NODE_ENV
:
'"production"'
,
// BASE_API: '"http://113.105.137.152:9800"',
BASE_API
:
'"https://
xxfcmgmt.upyuns
.com"'
,
BASE_API
:
'"https://
mgmt.dfangche
.com"'
,
APP_ORIGIN
:
'"https://wallstreetcn.com"'
};
src/views/baseInfo/stockCrowd/index.vue
View file @
5afefb0b
...
...
@@ -357,7 +357,7 @@
res
.
data
.
list
.
forEach
(
function
(
item
)
{
item
.
price
=
item
.
price
/
1000
+
",000"
;
item
.
width
=
(
item
.
total
-
item
.
balance
)
/
item
.
total
*
100
+
"px"
;
item
.
companyPic
=
"https://
xxfcmgmt.upyuns
.com/vehicle/branchCompany/stock/download/companyPic?realFileRelPath="
+
item
.
companyPic
;
item
.
companyPic
=
"https://
mgmt.dfangche
.com/vehicle/branchCompany/stock/download/companyPic?realFileRelPath="
+
item
.
companyPic
;
allList
.
push
(
item
);
});
this
.
lastPage
=
res
.
data
.
lastPage
;
...
...
@@ -394,7 +394,7 @@
res
.
data
.
list
.
forEach
(
function
(
item
)
{
item
.
price
=
item
.
price
/
1000
+
",000"
;
item
.
width
=
(
item
.
total
-
item
.
balance
)
/
item
.
total
*
100
+
"px"
;
item
.
companyPic
=
"https://
xxfcmgmt.upyuns
.com/vehicle/branchCompany/stock/download/companyPic?realFileRelPath="
+
item
.
companyPic
;
item
.
companyPic
=
"https://
mgmt.dfangche
.com/vehicle/branchCompany/stock/download/companyPic?realFileRelPath="
+
item
.
companyPic
;
allList
.
push
(
item
);
});
this
.
list
=
allList
;
...
...
src/views/baseInfo/stockCrowd/stockCrowd.vue
View file @
5afefb0b
...
...
@@ -231,7 +231,7 @@
res
.
data
.
list
.
forEach
(
function
(
item
)
{
item
.
price
=
item
.
price
/
10000
;
item
.
width
=
(
item
.
total
-
item
.
balance
)
/
item
.
total
*
100
+
"px"
;
item
.
companyPic
=
"https://
xxfcmgmt.upyuns
.com/vehicle/branchCompany/stock/download/companyPic?realFileRelPath="
+
item
.
companyPic
;
item
.
companyPic
=
"https://
mgmt.dfangche
.com/vehicle/branchCompany/stock/download/companyPic?realFileRelPath="
+
item
.
companyPic
;
allList
.
push
(
item
);
});
if
(
res
.
data
.
list
.
length
<
this
.
listQuery
.
limit
&&
allList
.
length
>
0
){
...
...
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