添加请求内容~
This commit is contained in:
parent
f9df5edd7c
commit
8175d651f3
3
.env
3
.env
@ -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 = 后台
|
||||
|
||||
|
Before Width: | Height: | Size: 342 KiB After Width: | Height: | Size: 342 KiB |
@ -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')
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user