system-clients 3.2.1-15 → 3.2.1-18

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/src/system.js CHANGED
@@ -26,7 +26,7 @@ import ResSelectGroup from './components/server/ResSelectGroup'
26
26
  //资源选择测试
27
27
  import TestResSelect from './components/server/TestResSelect'
28
28
  import RoleSelector from "./components/server/RoleSelector";
29
- export default function (val,filiale,showLogin) {
29
+ export default function (val,filiale,showLogin,show_daiBan) {
30
30
  console.log(val,filiale,showLogin)
31
31
  //验证码开关赋值
32
32
  if(val!=null){
@@ -36,6 +36,10 @@ export default function (val,filiale,showLogin) {
36
36
  if(showLogin!=null){
37
37
  GetLoginInfoService.depPrompt=showLogin
38
38
  }
39
+ //展示待办赋值
40
+ if(show_daiBan!=null){
41
+ GetLoginInfoService.showDaiBan=!!show_daiBan
42
+ }
39
43
  Vue.use(GetLoginInfoService)
40
44
  Vue.use(GetAppDataService)
41
45
  Vue.use(HeatGetLoginInfoService)
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Fri Mar 13 10:30:51 GMT+08:00 2020
2
- gradle.version=3.5
File without changes