@ -13,7 +13,7 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
# 接口地址
VITE_GLOB_BASE_URL = "http://api-dashboard.yudao.iocoder.cn"
VITE_GLOB_BASE_URL = "http://localhost:48080"
# 如果没有跨域问题,直接在这里配置即可
VITE_GLOB_API_URL = /admin-api
@ -150,9 +150,9 @@ export default {
background-color: #fff;
box-shadow: 0 0 10px rgb(0 0 0 / 30%);
left: 50%;
top: 50%;
top: 25%;
border-radius: 5px;
transform: translate(-50%, -50%);
transform: translate(-50%, -25%);
}
.verifybox-top {