clay commit : 第一阶段完成

This commit is contained in:
clay
2022-09-25 16:49:23 +08:00
parent ff86578e8a
commit 62ba7e59c8
40 changed files with 75 additions and 52 deletions

View File

@@ -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"));
}
}