Browse Source

app 删除默认开发账号密码

黑艺新账号
yxq 8 months ago
parent
commit
3d9a61cc5c
2 changed files with 2 additions and 3 deletions
  1. +1
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/common/config.default.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js

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

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


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

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


Loading…
Cancel
Save