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,