Browse Source

登录密码

中职版本
chinaXLG 4 years ago
parent
commit
180686fc3f
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  2. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js View File

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


+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json View File

@@ -1,7 +1,7 @@
{
"name" : "数字化智慧校园",
"name" : "智慧校园",
"appid" : "__UNI__611EB80",
"description" : "数字化智慧校园移动端",
"description" : "智慧校园移动端",
"versionName" : "2.1.0",
"versionCode" : 20100,
"transformPx" : false,


Loading…
Cancel
Save