clay commit : 第一阶段完成
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
<script>
|
||||
export default {
|
||||
created() {
|
||||
console.log("dsdsdd")
|
||||
let path = this.$route.path;
|
||||
console.log(path)
|
||||
if (!path.indexOf("attached")||path==="/"){
|
||||
if (-1==path.indexOf("attached")||path==="/"){
|
||||
this.$router.push("/home?lang="+sessionStorage.getItem("lang"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user