cloud-web-corejs 1.0.133 → 1.0.134

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.133",
4
+ "version": "1.0.134",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -45,9 +45,9 @@ export default {
45
45
  {label: this.$t1("同步调用接口"), name: "request_setting_list", inited: false},
46
46
  {label: this.$t1("异步推送数据"), name: "request_async_setting_list", inited: false},
47
47
  {label: this.$t1("组织环境设置"), name: "bd_company_env_list", inited: false},
48
- {label: this.$t1("逻辑参数"), name: "logic_param_list", inited: false},
48
+ /* {label: this.$t1("逻辑参数"), name: "logic_param_list", inited: false},
49
49
  {label: this.$t1("操作日志编码"), name: "logic_param_list1", inited: false},
50
- {label: this.$t1("上传文件服务"), name: "logic_param_list2", inited: false},
50
+ {label: this.$t1("上传文件服务"), name: "logic_param_list2", inited: false}, */
51
51
  ]
52
52
  }
53
53
  },