add signup
This commit is contained in:
parent
99da79e1cf
commit
5ed8e63aab
Binary file not shown.
Before Width: | Height: | Size: 5.3 MiB After Width: | Height: | Size: 576 KiB |
@ -3,11 +3,11 @@ import { useRouter } from 'vue-router';
|
|||||||
import storage from '@/utils/storage.js';
|
import storage from '@/utils/storage.js';
|
||||||
import { ref, onBeforeMount } from "vue";
|
import { ref, onBeforeMount } from "vue";
|
||||||
onBeforeMount(() => {
|
onBeforeMount(() => {
|
||||||
storage.setItem('top-title', '登录')
|
|
||||||
router.push('/title-forward/logon')
|
|
||||||
})
|
})
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const goRouter = () => {
|
const goRouter = () => {
|
||||||
|
storage.setItem('top-title', '登录')
|
||||||
|
router.push('/title-forward/logon')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ const goRouter = () => {
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="content1"
|
<div class="content1"
|
||||||
@click="goRouter">
|
@click="goRouter">
|
||||||
报名
|
立即报名
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user