jufubao-base 1.0.140-beta5 → 1.0.141
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
|
@@ -439,7 +439,7 @@ export default {
|
|
|
439
439
|
tabIndex: 1,
|
|
440
440
|
isBack: null, //是否使用返回键
|
|
441
441
|
inCallback: null, //内部跳转地址
|
|
442
|
-
isShowCode: '
|
|
442
|
+
isShowCode: 'Y',
|
|
443
443
|
|
|
444
444
|
|
|
445
445
|
//页面跳转地址
|
|
@@ -493,7 +493,7 @@ export default {
|
|
|
493
493
|
this.detailUrl = getContainerPropsValue(container,"content.detail_url",{value: ""}).value;
|
|
494
494
|
this.confirmUrl = getContainerPropsValue(container,"content.confirm_url",{value: ""}).value;
|
|
495
495
|
this.login_name = getContainerPropsValue(container, "content.login_name", "登录");
|
|
496
|
-
this.isShowCode = getContainerPropsValue(container, "content.isShowCode", "
|
|
496
|
+
this.isShowCode = getContainerPropsValue(container, "content.isShowCode", "Y");
|
|
497
497
|
},
|
|
498
498
|
|
|
499
499
|
handleToLink(path) {
|