Commit 6facbb85 authored by youjie's avatar youjie

车系统登录erp

parent d8bda21c
...@@ -46,6 +46,9 @@ ...@@ -46,6 +46,9 @@
if (param) { if (param) {
this.obj.parameter = param[0] this.obj.parameter = param[0]
localStorage.crmuserInfo = JSON.stringify(this.obj); localStorage.crmuserInfo = JSON.stringify(this.obj);
if(param[0].language){
localStorage.setItem('language',param[0].language)
}
} }
} }
if (!this.getLocalStorage()) { if (!this.getLocalStorage()) {
...@@ -111,4 +114,4 @@ ...@@ -111,4 +114,4 @@
} }
}, },
} }
</script> </script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment