实名制请求地址配置
This commit is contained in:
parent
2f6c133c4f
commit
96d1a86eba
14
config.js
14
config.js
|
|
@ -13,6 +13,20 @@ module.exports = {
|
||||||
// 体检-基础路径
|
// 体检-基础路径
|
||||||
tjBaseUrl: 'http://112.29.103.165:1616/AppPeaManager',
|
tjBaseUrl: 'http://112.29.103.165:1616/AppPeaManager',
|
||||||
tjFile: 'http://112.29.103.165:1616/medicalDocumentation/statics/',
|
tjFile: 'http://112.29.103.165:1616/medicalDocumentation/statics/',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//实名制移动端-登录接口
|
||||||
|
realLoginUrl: 'http://192.168.0.14:9200/',
|
||||||
|
//实名制移动端-移动
|
||||||
|
realAppUrl: 'http://192.168.0.14:1913/app',
|
||||||
|
//实名制移动端-安培
|
||||||
|
realExamUrl: 'http://192.168.0.14:1910',
|
||||||
|
//实名制移动端-文件
|
||||||
|
realFileUrl: 'http://192.168.0.14:1909/file/',
|
||||||
|
//实名制移动端
|
||||||
|
realBmwUrl: 'http://192.168.0.14:1911/bmw',
|
||||||
// 应用信息
|
// 应用信息
|
||||||
appInfo: {
|
appInfo: {
|
||||||
// 应用名称
|
// 应用名称
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue