小程序修改
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { reactive } from "vue"
|
||||
import type { LoginParam} from "@shared/types/auth"
|
||||
import { authAPI } from "@shared/api/auth/auth"
|
||||
|
||||
|
||||
const loginParam = reactive<LoginParam>({
|
||||
loginType: "password"
|
||||
})
|
||||
|
||||
async function login(){
|
||||
// const result = await authAPI.login(loginParam)
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user