修改文件名称
This commit is contained in:
parent
b48b2ab96a
commit
2c1edad772
|
@ -1,8 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div style="display: flex; justify-content: center; margin-top: 10vh; width: auto;">
|
<div style="display: flex; justify-content: center; margin-top: 10vh; width: auto;">
|
||||||
<a-card style="width: 25vw; display: flex; justify-content: center; background-color: #f9f9f9">
|
<a-card style="width: 25vw; display: flex; justify-content: center; background-color: #f9f9f9">
|
||||||
<a-button style="margin-left: 15vw; font-size: medium" type="text" @click="$router.push('/emailregister')"><MailOutlined />邮箱注册</a-button>
|
<h1 style="display: flex; justify-content: center; font-weight: bold">用户注册</h1>
|
||||||
<h1 style="display: flex; font-weight: bold">用户注册</h1>
|
|
||||||
<a-form
|
<a-form
|
||||||
:label-col="{ span: 8 }"
|
:label-col="{ span: 8 }"
|
||||||
:model="formState"
|
:model="formState"
|
||||||
|
@ -76,7 +75,6 @@
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {reactive} from 'vue';
|
import {reactive} from 'vue';
|
||||||
import {MailOutlined} from "@ant-design/icons-vue";
|
|
||||||
import requests from '../public/request.js'
|
import requests from '../public/request.js'
|
||||||
import {message} from "ant-design-vue";
|
import {message} from "ant-design-vue";
|
||||||
import {useRouter} from "vue-router";
|
import {useRouter} from "vue-router";
|
||||||
|
|
|
@ -18,11 +18,6 @@ const router = createRouter({
|
||||||
name:'register',
|
name:'register',
|
||||||
component:()=>import('../LoginRegister/Register.vue')
|
component:()=>import('../LoginRegister/Register.vue')
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path:'/emailregister',
|
|
||||||
name:'emailregister',
|
|
||||||
component:()=>import('../LoginRegister/EmailRegister.vue')
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path:'/Manager',
|
path:'/Manager',
|
||||||
name:'Manager',
|
name:'Manager',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user