提交 105cc609 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [TrainSys,网页端]

上级 05ac0432
...@@ -383,5 +383,6 @@ ...@@ -383,5 +383,6 @@
} ], } ],
"getAllPSDEDRControls" : [ ], "getAllPSDEDRControls" : [ ],
"getAllPSControls" : [ ], "getAllPSControls" : [ ],
"getAllPSAppViewRefs" : [ ],
"id" : "PSSYSAPPS/Mob/PSSYSAPP.json" "id" : "PSSYSAPPS/Mob/PSSYSAPP.json"
} }
\ No newline at end of file
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
"getAllPSAppDEUIActionGroups" : [ ], "getAllPSAppDEUIActionGroups" : [ ],
"getAllPSDEDRControls" : [ ], "getAllPSDEDRControls" : [ ],
"getAllPSControls" : [ ], "getAllPSControls" : [ ],
"getAllPSAppViewRefs" : [ ],
"id" : "PSSYSAPPS/OldWebAppTest/PSSYSAPP.json" "id" : "PSSYSAPPS/OldWebAppTest/PSSYSAPP.json"
} }
\ No newline at end of file
...@@ -460,5 +460,6 @@ ...@@ -460,5 +460,6 @@
} ], } ],
"getAllPSDEDRControls" : [ ], "getAllPSDEDRControls" : [ ],
"getAllPSControls" : [ ], "getAllPSControls" : [ ],
"getAllPSAppViewRefs" : [ ],
"id" : "PSSYSAPPS/TemplatePublish/PSSYSAPP.json" "id" : "PSSYSAPPS/TemplatePublish/PSSYSAPP.json"
} }
\ No newline at end of file
...@@ -256,6 +256,20 @@ ...@@ -256,6 +256,20 @@
"showCaption" : true "showCaption" : true
} ] } ]
} ] } ]
}, {
"caption" : "第三方登陆",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "auth_sso",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"name" : "auth_sso",
"predefinedType" : "AUTH_SSO"
},
"showCaption" : true
} ] } ]
} ], } ],
"predefinedType" : "APPLOGINVIEW" "predefinedType" : "APPLOGINVIEW"
......
...@@ -2220,6 +2220,7 @@ ...@@ -2220,6 +2220,7 @@
} ], } ],
"getAllPSDEDRControls" : [ ], "getAllPSDEDRControls" : [ ],
"getAllPSControls" : [ ], "getAllPSControls" : [ ],
"getAllPSAppViewRefs" : [ ],
"getUserParam" : { "getUserParam" : {
"globalConfig.grid.editShowMode" : "cell", "globalConfig.grid.editShowMode" : "cell",
"ABC" : "ABCX", "ABC" : "ABCX",
......
...@@ -11285,6 +11285,20 @@ ...@@ -11285,6 +11285,20 @@
"showCaption" : true "showCaption" : true
} ] } ]
} ] } ]
}, {
"caption" : "第三方登陆",
"itemStyle" : "DEFAULT",
"itemType" : "RAWITEM",
"name" : "auth_sso",
"getPSLayoutPos" : {
"grow" : -1,
"layout" : "FLEX"
},
"getPSRawItem" : {
"name" : "auth_sso",
"predefinedType" : "AUTH_SSO"
},
"showCaption" : true
} ] } ]
} ], } ],
"predefinedType" : "APPLOGINVIEW" "predefinedType" : "APPLOGINVIEW"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册