|
@@ -16,8 +16,8 @@
|
|
|
|
|
|
<view class="middle login">
|
|
<view class="middle login">
|
|
<view class="top">
|
|
<view class="top">
|
|
- <image class="logo" :src="logo" v-if="logo" />
|
|
|
|
- <image class="logo" src="@/static/logo200.png" v-else />
|
|
|
|
|
|
+ <image class="logo" mode="heightFix" :src="logo" v-if="logo" />
|
|
|
|
+ <image class="logo" mode="heightFix" src="@/static/logo200.png" v-else />
|
|
<text class="title" v-if="title">{{ title }}</text>
|
|
<text class="title" v-if="title">{{ title }}</text>
|
|
<text class="title" v-else>移动端配置</text>
|
|
<text class="title" v-else>移动端配置</text>
|
|
</view>
|
|
</view>
|
|
@@ -171,7 +171,8 @@ function env() {
|
|
|
|
|
|
//#ifdef H5
|
|
//#ifdef H5
|
|
var linkUrl=window.location.host;
|
|
var linkUrl=window.location.host;
|
|
- // var linkUrl='ces.cn';
|
|
|
|
|
|
+ // var linkUrl='ces.cn';
|
|
|
|
+ // var linkUrl='172.16.120.165:13203'
|
|
//#endif
|
|
//#endif
|
|
|
|
|
|
//#ifdef APP-PLUS
|
|
//#ifdef APP-PLUS
|
|
@@ -375,21 +376,28 @@ onLoad(() => {
|
|
color:gray!important
|
|
color:gray!important
|
|
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
.top {
|
|
.top {
|
|
display: flex;
|
|
display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content:center;
|
|
margin-bottom: 60px;
|
|
margin-bottom: 60px;
|
|
- .logo {
|
|
|
|
- width: 40px;
|
|
|
|
- height: auto;
|
|
|
|
- max-height:50px;
|
|
|
|
- margin: 0 20px 0 auto;
|
|
|
|
|
|
+
|
|
|
|
+ ::v-deep uni-image > div {
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ uni-image{
|
|
|
|
+ height:40px;
|
|
}
|
|
}
|
|
|
|
+ .logo {
|
|
|
|
+ margin-right:10px;
|
|
|
|
+ }
|
|
.title {
|
|
.title {
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
- text-align: center;
|
|
|
|
color: #000;
|
|
color: #000;
|
|
- margin: auto auto auto 0;
|
|
|
|
|
|
+ max-width:50%
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|