Commit ecb5e8fb authored by youjie's avatar youjie

no message

parent 49be44e3
...@@ -128,7 +128,7 @@ export default { ...@@ -128,7 +128,7 @@ export default {
this.isKehu = this.$route.query.isKehu; this.isKehu = this.$route.query.isKehu;
this.Merge = this.$route.query.Merge; this.Merge = this.$route.query.Merge;
this.OrderSource = this.$route.query.OrderSource; this.OrderSource = this.$route.query.OrderSource;
this.$i18n.locale = localStorage.language this.$i18n.locale = localStorage.language?localStorage.language:'zh-CN'
} }
} }
</script> </script>
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