jufubao-base 1.0.140 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.140",
3
+ "version": "1.0.141",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -235,7 +235,7 @@ export default {
235
235
  ele: "xd-radio",
236
236
  valueKey: "isShowCode",
237
237
  groupKey:'content',
238
- value:"N",
238
+ value:"Y",
239
239
  list: [
240
240
  {label: "是", value: "Y"},
241
241
  {label: "否", value: "N"},
@@ -439,7 +439,7 @@ export default {
439
439
  tabIndex: 1,
440
440
  isBack: null, //是否使用返回键
441
441
  inCallback: null, //内部跳转地址
442
- isShowCode: 'N',
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", "N");
496
+ this.isShowCode = getContainerPropsValue(container, "content.isShowCode", "Y");
497
497
  },
498
498
 
499
499
  handleToLink(path) {