mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 20:09:37 +08:00
描述:登录页面修改
This commit is contained in:
parent
712b91a4d2
commit
e02cbbc096
@ -14,8 +14,8 @@ export function loginRq(data) {
|
||||
// 注册用户
|
||||
export function registerPhone(data) {
|
||||
return request({
|
||||
url: '/social_user_login/login',
|
||||
url: '/changyang_user_login/login',
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ App({
|
||||
APPSECRET: 'ad24130a8919c613efd9538f69abafd3',
|
||||
tenantId : '1', // 地区
|
||||
parkId : '25', // 园区id
|
||||
parkName : '中国电子数据产业集团', // 园区名称
|
||||
parkName : '长阳智会云控', // 园区名称
|
||||
// 本地测试
|
||||
DOMAIN_NAME_PREFIX: 'http://192.168.0.11',
|
||||
DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 6.2 KiB |
@ -6,7 +6,7 @@
|
||||
</view>
|
||||
|
||||
<view class="loopView">
|
||||
<image class="logoImg" src="{{IMG_NAME + '/profile/static/index/logo.png'}}" mode="aspectFill"></image>
|
||||
<image class="logoImg" src="{{IMG_NAME + '/profile/static/shanghai_changyang/index/logo.png'}}" mode="aspectFill"></image>
|
||||
<!-- 轮播图 -->
|
||||
<swiper class='swiper-box' indicator-dots autoplay interval="3000" duration="1000" circular='true'>
|
||||
<swiper-item wx:for="{{bannerList}}" wx:key="index">
|
||||
|
@ -140,8 +140,8 @@
|
||||
position: absolute;
|
||||
left: 50rpx;
|
||||
top: 30rpx;
|
||||
width: 163rpx;
|
||||
height: 42rpx;
|
||||
width: 130rpx;
|
||||
height: 33rpx;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
<view class='container'>
|
||||
<image class="bgImg" src="{{IMG_NAME + '/profile/static/login/bg.png'}}" mode="aspectFill"></image>
|
||||
<image class="titleImg" src="{{IMG_NAME + '/profile/static/login/titile.png'}}" mode="aspectFill"></image>
|
||||
<image class="bgImg" src="{{IMG_NAME + '/profile/static/shanghai_changyang/login/bg.png'}}" mode="aspectFill"></image>
|
||||
|
||||
<view class="bottomView">
|
||||
<image class="loginBtnImg" src="{{IMG_NAME + '/profile/static/login/loginBtn.png'}}" mode="aspectFill"></image>
|
||||
|
Loading…
x
Reference in New Issue
Block a user