Browse Source

app 敏感信息处理

新疆体育高职分支
yxq 8 months ago
parent
commit
d085e95592
3 changed files with 3 additions and 4 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/components/learun-app/organize-tree.vue
  3. +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/components/learun-app/organize-tree.vue View File

@@ -219,7 +219,7 @@ export default {

// 获取树形列表每一项后面 tag 的显示
tagName() {
return { user: '职员', department: '部门', company: '公司' }[this.root.type]
return { user: '职员', department: '部门', company: '学校' }[this.root.type]
},

// 获取 tag 的颜色


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

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


Loading…
Cancel
Save