修改细节

This commit is contained in:
clay
2022-06-07 22:37:45 +08:00
parent 3a3c657251
commit 25e94c1117
66 changed files with 202 additions and 1438 deletions

9
src/views/other.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
</template>
<script>
export default {
created() {
this.$router.push("/home?lang="+sessionStorage.getItem("lang"));
}
}
</script>