Compare commits
3 Commits
12480f3706
...
dev
Author | SHA1 | Date | |
---|---|---|---|
2b48faf50d | |||
fab8d88faf | |||
5fc1378051 |
@ -208,7 +208,7 @@
|
|||||||
line-height: 24.23rpx;
|
line-height: 24.23rpx;
|
||||||
}
|
}
|
||||||
.text-wrapper_9 {
|
.text-wrapper_9 {
|
||||||
padding: 14.61rpx 0 13.33rpx;
|
padding: 14.61rpx 0 14.61rpx;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-radius: 28.13rpx;
|
border-radius: 28.13rpx;
|
||||||
height: 56.25rpx;
|
height: 56.25rpx;
|
||||||
|
@ -45,7 +45,7 @@ Page({
|
|||||||
})
|
})
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
wx.reLaunch({
|
wx.reLaunch({
|
||||||
url: '/pages/loginModule/pwdLogin/pwdLogin',
|
url: '/pages/welcome/homePage/homePage',
|
||||||
})
|
})
|
||||||
}, 1000); // 1000ms = 1秒
|
}, 1000); // 1000ms = 1秒
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"projectname": "qingcheng-xiaochengxu",
|
"projectname": "qingcheng-xiaochengxu",
|
||||||
"setting": {
|
"setting": {
|
||||||
"compileHotReLoad": true,
|
"compileHotReLoad": true,
|
||||||
"urlCheck": false,
|
"urlCheck": true,
|
||||||
"bigPackageSizeSupport": false
|
"bigPackageSizeSupport": false
|
||||||
},
|
},
|
||||||
"condition": {},
|
"condition": {},
|
||||||
|
@ -3,6 +3,7 @@ export const caozhe = 'http://160.202.242.36:9093'
|
|||||||
export const dev = 'http://160.202.242.36:9091';
|
export const dev = 'http://160.202.242.36:9091';
|
||||||
export const test = 'http://160.202.242.36:9092';
|
export const test = 'http://160.202.242.36:9092';
|
||||||
export const localTest = 'http://localhost: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/'
|
export const globalImgUrl = baseUrl + '/file/download/'
|
Reference in New Issue
Block a user