Browse Source

临城职教中职
ndbs 2 years ago
parent
commit
3ff5fcfaa9
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-tree.vue
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js

+ 2
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-app/organize-tree.vue View File

@@ -21,8 +21,8 @@
></image>

<!-- 名称 -->
<text class="tree-item-title">{{ name }}</text>
<!-- <text class="tree-item-title">{{ name + (mobile ? '(' +mobile + ')' : "") }}</text> -->
<!-- <text class="tree-item-title">{{ name }}</text> -->
<text class="tree-item-title">{{ name + (mobile ? '(' +mobile + ')' : "") }}</text>

<!-- 非用户,显示后置标题 -->
<l-tag v-if="root.type !== 'user' || staffTag" :line="tagColor" size="sm" class="margin-left-sm">


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

@@ -22,7 +22,7 @@ export default {
// ],
"apiHost": [
// "http://localhost:31173/"
"http://192.168.10.58:8112/"
"http://192.168.10.58:8012/"
],
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
"devAccount": [


Loading…
Cancel
Save