cloud-web-corejs 1.0.54-dev.451 → 1.0.54-dev.452

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.54-dev.451",
4
+ "version": "1.0.54-dev.452",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -145,7 +145,7 @@ export default {
145
145
  },
146
146
  getReportTemplate() {
147
147
  this.$http({
148
- aes: true,
148
+ // aes: true,
149
149
  url: USER_PREFIX + `/formTemplate/getByFormCode`,
150
150
  method: `post`,
151
151
  data: { stringOne: this.formCode },
@@ -109,8 +109,7 @@ export default {
109
109
  },
110
110
  methods: {
111
111
  handleLoginConfig(){
112
- let loginConfig = this.$store.getters.loginConfig;
113
- debugger
112
+ let loginConfig = this.$store.getters.loginConfig || {};
114
113
  this.loginConfig = loginConfig;
115
114
  this.initImage();
116
115
  this.initLoginMethod();