cloud-web-corejs 1.0.54-dev.450 → 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
|
@@ -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();
|