@@ -17,8 +17,8 @@ export default { | |||||
], | ], | ||||
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 | // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 | ||||
"devAccount": [ | "devAccount": [ | ||||
{ username: "18702193424", password: "123456" }, | |||||
{ username: "System", password: "0000" }, | |||||
{ username: "", password: "" }, | |||||
{ username: "", password: "" }, | |||||
], | ], | ||||
// 开发环境使用的接口地址(数组索引) | // 开发环境使用的接口地址(数组索引) | ||||
"devApiHostIndex": 0, | "devApiHostIndex": 0, | ||||
@@ -15,8 +15,8 @@ export default { | |||||
// "webHost": "http://192.168.10.245:8009/", | // "webHost": "http://192.168.10.245:8009/", | ||||
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 | // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 | ||||
"devAccount": [{ | "devAccount": [{ | ||||
username: "system", | |||||
password: "www.qj.com" | |||||
username: "", | |||||
password: "" | |||||
}], | }], | ||||
//是否分布式部署 指WebApi与Web不在一台服务器 | //是否分布式部署 指WebApi与Web不在一台服务器 | ||||
"isDistributed": true, | "isDistributed": true, | ||||
@@ -1,9 +1,9 @@ | |||||
{ | { | ||||
"name" : "智慧校园", | "name" : "智慧校园", | ||||
"appid" : "__UNI__E4958C9", | |||||
"appid" : "__UNI__7C24C09", | |||||
"description" : "智慧校园移动端", | "description" : "智慧校园移动端", | ||||
"versionName" : "1.0.6", | |||||
"versionCode" : 106, | |||||
"versionName" : "1.0.6.20240318", | |||||
"versionCode" : 107, | |||||
"transformPx" : false, | "transformPx" : false, | ||||
/* 5+App特有相关 */ | /* 5+App特有相关 */ | ||||
"app-plus" : { | "app-plus" : { | ||||