|
|
@@ -30,8 +30,7 @@ export default { |
|
|
|
// "webHost":"http://192.168.10.175:8087/", |
|
|
|
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 |
|
|
|
"devAccount": [ |
|
|
|
// 20201130230 21364200000400266 老师 420528196310072253 学生 420528200606205026 420528200507261428 |
|
|
|
{ username: "system", password: "www.qj.com" } |
|
|
|
{ username: "", password: "" } |
|
|
|
], |
|
|
|
//是否分布式部署 指WebApi与Web不在一台服务器 |
|
|
|
"isDistributed":true, |
|
|
|