master
ihzero 2023-11-17 15:53:15 +08:00
parent 9abc6b7614
commit 8e7b68678f
3 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,3 @@
ENV = 'development'
VUE_APP_BASE_API = 'http://lcny.sk797.cn'
VUE_APP_BASE_API = 'https://lcny.sk797.cn'

View File

@ -35,6 +35,9 @@ export default {
<style lang="scss">
@import 'uview-ui/index.scss';
/*每个页面公共css */
uni-modal {
z-index: 999999 !important;
}
body,
uni-page-body {

View File

@ -25,7 +25,7 @@
v-model="password"
/>
</view>
<button @tap="login()" type="button"> </button>
<u-button type="primary" shape="circle" @tap="login()"> </u-button>
<!-- <view class="reg" @tap="reg()"> </view> -->
</form>
</view>
@ -134,15 +134,7 @@ export default {
padding-top: 80rpx;
}
.t-login button {
font-size: 28rpx;
background: #2796f2;
color: #fff;
height: 90rpx;
line-height: 90rpx;
border-radius: 50rpx;
font-weight: bold;
}
.t-login input {
height: 90rpx;