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 { ref, onBeforeMount } from "vue";
|
||||
onBeforeMount(() => {
|
||||
storage.setItem('top-title', '登录')
|
||||
router.push('/title-forward/logon')
|
||||
})
|
||||
const router = useRouter();
|
||||
const goRouter = () => {
|
||||
storage.setItem('top-title', '登录')
|
||||
router.push('/title-forward/logon')
|
||||
}
|
||||
</script>
|
||||
|
||||
@ -15,7 +15,7 @@ const goRouter = () => {
|
||||
<div class="container">
|
||||
<div class="content1"
|
||||
@click="goRouter">
|
||||
报名
|
||||
立即报名
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user