添加 请求 修改登录页
This commit is contained in:
11
src/views/dashboard/test.vue
Normal file
11
src/views/dashboard/test.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<el-button @click="click">测试1</el-button>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref, reactive } from 'vue'
|
||||
import { getTest } from '@/api/index'
|
||||
const click = () => {
|
||||
getTest({ name: '111', paw: 'asd' })
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped></style>
|
||||
Reference in New Issue
Block a user