祈福页面样式修正

This commit is contained in:
WindowBird 2025-09-19 09:16:00 +08:00
parent 36f9d94d23
commit 058946116e
2 changed files with 2 additions and 2 deletions

View File

@ -360,7 +360,7 @@ export default {
align-items: center;
.title-text {
width: 126rpx;
height: 44rpx;
font-weight: 400;
color: #695347;

View File

@ -5,7 +5,7 @@ import { getAppId, getTempToken, shouldUseTempToken } from "@/config/dev.js";
const ENV_CONFIG = {
release: {
// 正式版
baseUrl: "http://192.168.2.129:4501",
baseUrl: "http://192.168.2.140:4501",
appId: 1,
},
};