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
e3549f1d
Commit
e3549f1d
authored
Aug 13, 2018
by
汪晓凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
币种充提交易所切换币种未更新bugfix
parent
4e6f79d5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
index.js
config/index.js
+2
-2
coinRecharge.vue
src/views/coinRecharge.vue
+7
-2
No files found.
config/index.js
View file @
e3549f1d
...
@@ -11,8 +11,8 @@ module.exports = {
...
@@ -11,8 +11,8 @@ module.exports = {
assetsPublicPath
:
'/'
,
assetsPublicPath
:
'/'
,
proxyTable
:
{
proxyTable
:
{
'/asset_monitor'
:
{
'/asset_monitor'
:
{
// target: 'http://
47.91.221.203:46656', //测试
// target: 'http://
13.70.1.145:4567', //正式
target
:
'http://172.16.100.22:46656'
,
//
接口的域名
target
:
'http://172.16.100.22:46656'
,
//
测试
// secure: false, // 如果是https接口,需要配置这个参数
// secure: false, // 如果是https接口,需要配置这个参数
changeOrigin
:
true
,
// 如果接口跨域,需要进行这个参数配置
changeOrigin
:
true
,
// 如果接口跨域,需要进行这个参数配置
pathRewrite
:
{
pathRewrite
:
{
...
...
src/views/coinRecharge.vue
View file @
e3549f1d
...
@@ -141,8 +141,13 @@
...
@@ -141,8 +141,13 @@
this
.
getRechargeList
();
this
.
getRechargeList
();
},
},
watch
:
{
watch
:
{
checkedWeb
(
val
)
{
checkedWeb
()
{
this
.
checkedWeb
=
val
;
for
(
let
item
of
JSON
.
parse
(
sessionStorage
.
getItem
(
'platInfo'
)))
{
if
(
item
.
platform
===
this
.
checkedWeb
)
{
this
.
checkedCurrencies
=
this
.
currencies
=
item
.
coin
;
}
}
this
.
getRechargeList
();
this
.
getRechargeList
();
},
},
},
},
...
...
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