Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
Project
Project
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
wangxuelai
biz.qingxiao.com
Commits
e2070dfd
Commit
e2070dfd
authored
Aug 26, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
''
parent
4455953a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
.eslintignore
.eslintignore
+2
-1
api.js
src/common/api.js
+4
-4
No files found.
.eslintignore
View file @
e2070dfd
...
...
@@ -9,5 +9,6 @@ src/common/distpicker.data.js
src/common/dis.data.js
src/utils/download.js
src/utils/request.js
src/utils/calendar.js
src/common/blacklist
js/
\ No newline at end of file
js/
src/common/api.js
View file @
e2070dfd
import
{
pathify
}
from
'../utils/index'
;
const
{
location
}
=
window
;
const
basepath
=
`
${
location
.
protocol
}
//
${
pathify
(
window
.
location
.
host
)}
/`
;
const
api
=
'https://test.wp53.cn/v2/api/'
;
const
dakaapi
=
'https:clock.wp53.cn/v3/'
;
//
const api = 'https://wx.m.shangjiadao.cn/v2/api/';
// const dakaapi = 'https://wx.m.shangjiadao.cn
/daka/v3/';
//
const api = 'https://test.wp53.cn/v2/api/';
//
const dakaapi = 'https:clock.wp53.cn/v3/';
const
api
=
'https://wx.m.shangjiadao.cn/v2/api/'
;
const
dakaapi
=
'https://qxapi.qingxiao.online
/daka/v3/'
;
export
default
{
userRegister
:
`
${
api
}
service/user/register`
,
getVerifyCode
:
`
${
api
}
service/user/verify_code`
,
...
...
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