添加请求内容~

This commit is contained in:
闵宪瑞 2025-01-07 23:58:52 +08:00
parent f9df5edd7c
commit 8175d651f3
3 changed files with 3 additions and 7 deletions

3
.env
View File

@ -2,10 +2,11 @@
# 前端接口
VITE_API_FRONT_BASE_URL = http://localhost:18081
#后端接口
VITE_ADMIN_API_BASE_URL = http://localhost:18080
VITE_LOGIN_BG = "/login/e36341619bf8f04dcbdc6b01105a85a.png"
# 标题
VITE_APP_TITLE = 后台

View File

Before

Width:  |  Height:  |  Size: 342 KiB

After

Width:  |  Height:  |  Size: 342 KiB

View File

@ -1,7 +1,6 @@
<template>
<div class="login-container">
<div class="login-container" >
<img :src="state.captchaUrl" />
</div>
</template>
<script setup lang="ts">
@ -17,16 +16,12 @@ function init() {
}
init()
</script>
<style scoped>
.login-container {
width: 100%;
height: 100vh;
background-image: url('/e36341619bf8f04dcbdc6b01105a85a.png')
}