Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
robot-monitor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
汪晓凯
robot-monitor
Commits
9810a377
Commit
9810a377
authored
Apr 24, 2019
by
xiedong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
732aea56
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
index.js
config/index.js
+2
-2
RobotDetails.vue
src/views/RobotDetails.vue
+1
-1
overview.vue
src/views/overview.vue
+2
-0
No files found.
config/index.js
View file @
9810a377
...
...
@@ -11,8 +11,8 @@ module.exports = {
assetsPublicPath
:
'/'
,
proxyTable
:
{
'/asset_monitor'
:
{
target
:
'http://47.52.169.49:4567'
,
//正式
//
target: 'http://172.16.100.22:46656', // 测试
//
target: 'http://47.52.169.49:4567', //正式
target
:
'http://172.16.100.22:46656'
,
// 测试
// secure: false, // 如果是https接口,需要配置这个参数
changeOrigin
:
true
,
// 如果接口跨域,需要进行这个参数配置
pathRewrite
:
{
...
...
src/views/RobotDetails.vue
View file @
9810a377
...
...
@@ -66,7 +66,7 @@
<span>
交易所
</span>
<span>
{{
robotInfo
.
platform
}}
</span>
</p>
<p>
<p
v-if=
"environment=='inside'"
>
<span>
行情
</span>
<span>
{{
ticketInfo
.
price
}}{{
robotDetailInfo
.
base
}}
</span>
<span
class=
"cny"
>
≈¥
{{
ticketInfo
.
value
}}
</span>
...
...
src/views/overview.vue
View file @
9810a377
...
...
@@ -534,6 +534,8 @@
}
ul
.classify-overview
{
height
:
100px
;
display
:
flex
;
justify-content
:
space-between
;
li
{
cursor
:
pointer
;
position
:
relative
;
...
...
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