Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vueH5
Project
Overview
Details
Activity
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
吕海涛
vueH5
Commits
f02fe18e
Commit
f02fe18e
authored
Oct 22, 2020
by
kun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
http调整
parent
011d399b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pc_index.js
src/port/pc_index.js
+1
-1
globalAPI.js
src/request/globalAPI.js
+1
-1
No files found.
src/port/pc_index.js
View file @
f02fe18e
...
...
@@ -17,7 +17,7 @@ export function activationNewPaw(data = {}) {
}
//开通结算账户
export
function
cloneAccountplatform
(
data
=
{})
{
const
url
=
globalAPI
.
BUSINESS_URL
+
'http://account.xoado.com/payment/v1/xoado/cloneAccount'
;
const
url
=
globalAPI
.
BUSINESS_URL
+
'http
s
://account.xoado.com/payment/v1/xoado/cloneAccount'
;
return
post
(
url
,
data
)
}
//解绑银行卡
...
...
src/request/globalAPI.js
View file @
f02fe18e
var
BASE_URL
=
"http://core.xoado.com/"
;
var
BASE_URL
=
"http
s
://core.xoado.com/"
;
var
BUSINESS_URL
=
"https://account.xoado.com/"
;
export
default
{
BASE_URL
,
...
...
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