Compare commits

...

3 Commits

Author SHA1 Message Date
2b48faf50d Merge branch 'yt' into dev 2025-08-13 10:52:19 +08:00
fab8d88faf 小程序修改代码 2025-08-13 10:52:02 +08:00
5fc1378051 -------- 2025-08-12 19:36:03 +08:00
4 changed files with 5 additions and 4 deletions

View File

@ -208,7 +208,7 @@
line-height: 24.23rpx;
}
.text-wrapper_9 {
padding: 14.61rpx 0 13.33rpx;
padding: 14.61rpx 0 14.61rpx;
background-color: #ffffff;
border-radius: 28.13rpx;
height: 56.25rpx;

View File

@ -45,7 +45,7 @@ Page({
})
setTimeout(() => {
wx.reLaunch({
url: '/pages/loginModule/pwdLogin/pwdLogin',
url: '/pages/welcome/homePage/homePage',
})
}, 1000); // 1000ms = 1秒

View File

@ -3,7 +3,7 @@
"projectname": "qingcheng-xiaochengxu",
"setting": {
"compileHotReLoad": true,
"urlCheck": false,
"urlCheck": true,
"bigPackageSizeSupport": false
},
"condition": {},

View File

@ -3,6 +3,7 @@ export const caozhe = 'http://160.202.242.36:9093'
export const dev = 'http://160.202.242.36:9091';
export const test = 'http://160.202.242.36:9092';
export const localTest = 'http://localhost:9092';
export const baseUrl = test;
export const ssl = 'https://www.chenxinzhi.top'
export const baseUrl = ssl;
export const globalImgUrl = baseUrl + '/file/download/'