fix: 修复css样式
This commit is contained in:
parent
9819d97e3a
commit
42a0e600a3
|
@ -21,6 +21,8 @@
|
|||
position: absolute;
|
||||
top: -0.88rem;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.detail-box {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
const baseurl = "http://192.168.110.39:8080"; // 本地
|
||||
// const baseurl = "http://lottery.unipay.test.86698.cn/api"; // 测试
|
||||
// const baseurl = "http://192.168.110.39:8080"; // 本地
|
||||
const baseurl = "http://lottery.unipay.test.86698.cn/api"; // 测试
|
||||
// const baseurl = "https://lottery.unipay.api.86698.cn"; // 正式
|
||||
// 统一请求
|
||||
// 返送之前
|
||||
|
|
Loading…
Reference in New Issue