system-clients 3.2.1-20 → 3.2.1-21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-clients",
3
- "version": "3.2.1-20",
3
+ "version": "3.2.1-21",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -78,7 +78,7 @@
78
78
  技术支持:西安奥枫软件有限公司
79
79
  </div>
80
80
  <div class="login-foot" v-show="$login.BAinformation">
81
- <a :href="$login.BALink" style="color: red" target="_blank">{{$login.BAinformation}}</a>
81
+ {{{ $login.BAinformation }}}
82
82
  </div>
83
83
 
84
84
  <modal v-if="depPromptShow" :show.sync="depPromptShow" :backdrop="false" v-ref:modal >
package/src/system.js CHANGED
@@ -27,8 +27,8 @@ import ResSelectGroup from './components/server/ResSelectGroup'
27
27
  import TestResSelect from './components/server/TestResSelect'
28
28
  import RoleSelector from "./components/server/RoleSelector";
29
29
 
30
- // BAinformation备案信息展示(空不展示, 传入什么展示什么) BALink 备案信息超链接地址
31
- export default function (val,filiale, {showLogin = false, show_daiBan = false, BAinformation = null, BALink = null} = {}) {
30
+ // BAinformation备案信息展示(空不展示, 传入什么展示什么,可以传标签)
31
+ export default function (val,filiale, {showLogin = false, show_daiBan = false, BAinformation = null} = {}) {
32
32
  console.log(val,filiale,showLogin)
33
33
  //验证码开关赋值
34
34
  if(val!=null){
@@ -40,7 +40,6 @@ export default function (val,filiale, {showLogin = false, show_daiBan = false, B
40
40
  GetLoginInfoService.showDaiBan=show_daiBan
41
41
  // 备案信息复制
42
42
  GetLoginInfoService.BAinformation = BAinformation
43
- GetLoginInfoService.BALink = BALink
44
43
  Vue.use(GetLoginInfoService)
45
44
  Vue.use(GetAppDataService)
46
45
  Vue.use(HeatGetLoginInfoService)