This commit is contained in:
2025-01-15 14:09:27 +08:00
parent 1203e1da84
commit b2f195dd03
2 changed files with 2 additions and 2 deletions

View File

@@ -445,7 +445,7 @@
background center url(../images/new/button.png) no-repeat
background-size 100% 100%
p
_font(48px, 48px, #EFF2FF,,center)
_font(48px, 1, #EFF2FF,,center)
font-family: YouSheBiaoTiHei
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(49,190,255,0.9) 0%, rgba(239,252,254,1) 40%);
-webkit-background-clip: text;

View File

@@ -3,7 +3,7 @@ import { getStore, setStore } from '@config/utils.js'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://47.98.105.245:8018' : 'http://localhost:8018'
const setTime = '5000'
const username = 'admin'
const username = 'user'
const password = '123456'
const state = {
baseUrl: getStore('baseUrl') || baseUrl,