This commit is contained in:
3321822538@qq.com 2024-09-30 17:14:42 +08:00
parent 3d38ce3c61
commit 5dfc233c31
2 changed files with 8 additions and 7 deletions

View File

@ -19,8 +19,8 @@ const install = (Vue, vm) => {
// },
// });
Vue.prototype.$u.http.setConfig({
// baseUrl: 'http://192.168.2.81:3302',
baseUrl: 'https://kang.chuangtewl.com/prod-api',
baseUrl: 'http://192.168.2.81:3302',
// baseUrl: 'https://kang.chuangtewl.com/prod-api',
loadingText: '努力加载中~',
loadingTime: 800,
// 设置自定义头部content-type

View File

@ -181,21 +181,22 @@
}
.img {
width: 311rpx;
height: 311rpx;
width: 350rpx;
height: 350rpx;
position: absolute;
top: 750rpx;
left: 50%;
left: 53%;
transform: translateX(-50%);
// padding-left: 40rpx;
// padding-right: 20rpx;
box-sizing: border-box;
z-index: 999 !important;
// border: 1px dashed #ccc;
}
.tuixx {
position: fixed;
bottom: 182rpx;
position: absolute;
top: 1220rpx;
left: 110rpx;
view {