Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
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
潘琦
voucher-h5
Commits
262be5ba
Commit
262be5ba
authored
Jan 02, 2020
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产环境接口提交主干;
parent
7830c1a4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
baseUrl.js
src/util/baseUrl.js
+6
-6
No files found.
src/util/baseUrl.js
View file @
262be5ba
/**
/**
* 鉴权地址
* 鉴权地址
*/
*/
const
authUrl
=
'http://test.icareyou.net'
// 开发
//
const authUrl = 'http://test.icareyou.net' // 开发
//
const authUrl = 'http://www.icareyou.net' // 正式
const
authUrl
=
'http://www.icareyou.net'
// 正式
/**
/**
* 项目接口请求地址
* 项目接口请求地址
*/
*/
const
voucherUrl
=
'http://voucher.check.icaremgt.com'
// 开发
//
const voucherUrl = 'http://voucher.check.icaremgt.com' // 开发
//
const voucherUrl = 'http://voucher.icaremgt.com' // 正式
const
voucherUrl
=
'http://voucher.icaremgt.com'
// 正式
/**
/**
* 机构控件项目接口请求地址
* 机构控件项目接口请求地址
*/
*/
const
sjkgUrl
=
'https://api-wx-service.check.icaremgt.com'
// 开发
//
const sjkgUrl = 'https://api-wx-service.check.icaremgt.com' // 开发
//
const sjkgUrl = 'https://sjkg-wx-service.icaremgt.com' // 正式
const
sjkgUrl
=
'https://sjkg-wx-service.icaremgt.com'
// 正式
// const sjkgUrl = 'http://192.168.1.234:9005'
// const sjkgUrl = 'http://192.168.1.234:9005'
const
defaultUrl
=
{
const
defaultUrl
=
{
...
...
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