预约时间问题
This commit is contained in:
parent
848d29f81e
commit
aa0b756c14
|
@ -37,7 +37,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {ref, reactive} from 'vue'
|
import {ref, reactive, onMounted} from 'vue'
|
||||||
import { ElMessage } from 'element-plus'
|
import { ElMessage } from 'element-plus'
|
||||||
import {useRouter} from 'vue-router'
|
import {useRouter} from 'vue-router'
|
||||||
import myAxios from '@/api/myAxios';
|
import myAxios from '@/api/myAxios';
|
||||||
|
@ -49,6 +49,8 @@
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const store = userStore()
|
const store = userStore()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const Login = async ()=>{
|
const Login = async ()=>{
|
||||||
const res: any = await myAxios.post("/user/login",{
|
const res: any = await myAxios.post("/user/login",{
|
||||||
userAccount: username.value,
|
userAccount: username.value,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user