From b2f195dd03dec94c8e3b9bf6973edbae12d4c109 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 15 Jan 2025 14:09:27 +0800 Subject: [PATCH] css --- src/style/common.styl | 2 +- src/vuex/modules/com.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/common.styl b/src/style/common.styl index bf1ab66..bf21efe 100644 --- a/src/style/common.styl +++ b/src/style/common.styl @@ -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; diff --git a/src/vuex/modules/com.js b/src/vuex/modules/com.js index 2ae58c4..6af9f74 100644 --- a/src/vuex/modules/com.js +++ b/src/vuex/modules/com.js @@ -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,