Spring boot + Spring Security 6 + vue3 项目模板
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<template>
|
|
|
|
|
<!-- 首页展示 -->
|
|
|
|
|
<div>
|
|
|
|
|
<div class="boox">
|
|
|
|
|
欢迎{{ message }}登录系统
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<script>
|
|
|
|
|
import {useStore} from 'vuex'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|