|
@@ -19,12 +19,10 @@ export default { |
|
|
// "http://10.10.4.45:9000/", |
|
|
// "http://10.10.4.45:9000/", |
|
|
"http://192.168.10.58:8013/", |
|
|
"http://192.168.10.58:8013/", |
|
|
], |
|
|
], |
|
|
|
|
|
// "webHost": "http://10.10.4.45:8000/", |
|
|
"webHost": "http://192.168.10.58:8014/", |
|
|
"webHost": "http://192.168.10.58:8014/", |
|
|
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 |
|
|
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 |
|
|
"devAccount": [{ |
|
|
|
|
|
username: "2021230206", |
|
|
|
|
|
password: "www.qj.com" |
|
|
|
|
|
}], |
|
|
|
|
|
|
|
|
"devAccount": [{ username: "system",password: "www.qj.com" }], |
|
|
//是否分布式部署 指WebApi与Web不在一台服务器 |
|
|
//是否分布式部署 指WebApi与Web不在一台服务器 |
|
|
"isDistributed": true, |
|
|
"isDistributed": true, |
|
|
// 开发环境使用的接口地址(数组索引) |
|
|
// 开发环境使用的接口地址(数组索引) |
|
|