Procházet zdrojové kódy

密码泄露修复及版本号

娄底高职分支
北京泉江 před 11 měsíci
rodič
revize
db07cc013f
3 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/config.default.js
  2. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  3. +3
    -3
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/config.default.js Zobrazit soubor

@@ -17,8 +17,8 @@ export default {
],
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
"devAccount": [
{ username: "18702193424", password: "123456" },
{ username: "System", password: "0000" },
{ username: "", password: "" },
{ username: "", password: "" },
],
// 开发环境使用的接口地址(数组索引)
"devApiHostIndex": 0,


+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js Zobrazit soubor

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


+ 3
- 3
Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json Zobrazit soubor

@@ -1,9 +1,9 @@
{
"name" : "智慧校园",
"appid" : "__UNI__E4958C9",
"appid" : "__UNI__7C24C09",
"description" : "智慧校园移动端",
"versionName" : "1.0.6",
"versionCode" : 106,
"versionName" : "1.0.6.20240318",
"versionCode" : 107,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {


Načítá se…
Zrušit
Uložit