|
|
@@ -17,15 +17,15 @@ export default { |
|
|
|
// "http://localhost:8088/" |
|
|
|
// "http://192.168.2.202:8083/learun/adms" |
|
|
|
// ], |
|
|
|
// "apiHost": [ |
|
|
|
// "http://192.168.2.98:8088/" |
|
|
|
// ], |
|
|
|
"apiHost": [ |
|
|
|
"http://192.168.2.98:8088/" |
|
|
|
], |
|
|
|
"apiHost": [ |
|
|
|
"http://localhost:31173/learun/adms" |
|
|
|
"http://localhost:31173/" |
|
|
|
], |
|
|
|
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 |
|
|
|
"devAccount": [ |
|
|
|
{ username: "system", password: "123456" } |
|
|
|
{ username: "system", password: "www.qj.com" } |
|
|
|
], |
|
|
|
//是否分布式部署 指WebApi与Web不在一台服务器 |
|
|
|
"isDistributed":true, |
|
|
|