适配H5
This commit is contained in:
parent
a70dce6f44
commit
3790fc2658
@ -1,9 +1,9 @@
|
|||||||
// const userCenterBaseUrl = 'http://192.168.0.107:7001/usercenter';
|
// const userCenterBaseUrl = 'http://192.168.0.107:7001/usercenter';
|
||||||
const userCenterBaseUrl = 'http://121.36.71.250:58033/usercenter'; //正式服务器
|
const userCenterBaseUrl = 'http://211.82.137.19:8188/usercenter'; //正式服务器
|
||||||
// const evalutaionBaseUrl = 'http://127.0.0.1:7003/evaluation';
|
// const evalutaionBaseUrl = 'http://127.0.0.1:7003/evaluation';
|
||||||
// const evalutaionBaseUrl = 'http://192.168.0.110:7003/evaluation';
|
// const evalutaionBaseUrl = 'http://192.168.0.110:7003/evaluation';
|
||||||
// const evalutaionBaseUrl = 'http://39.104.74.123:8082/evaluation'; //正式服务器
|
// const evalutaionBaseUrl = 'http://39.104.74.123:8082/evaluation'; //正式服务器
|
||||||
const evalutaionBaseUrl = 'http://121.36.71.250:58033/evaluation'; //正式服务器
|
const evalutaionBaseUrl = 'http://211.82.137.19:8188/evaluation'; //正式服务器
|
||||||
const missionList = evalutaionBaseUrl + '/app/apptask/listtasktoapp';
|
const missionList = evalutaionBaseUrl + '/app/apptask/listtasktoapp';
|
||||||
|
|
||||||
function pathArgsHasSameValue(pathArgArray) {
|
function pathArgsHasSameValue(pathArgArray) {
|
||||||
|
@ -107,5 +107,8 @@
|
|||||||
},
|
},
|
||||||
"mp-toutiao" : {
|
"mp-toutiao" : {
|
||||||
"usingComponents" : true
|
"usingComponents" : true
|
||||||
|
},
|
||||||
|
"h5" : {
|
||||||
|
"title" : "内蒙古艺术学院处干部民主测评平台"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "white",
|
"navigationBarTextStyle": "white",
|
||||||
"navigationBarTitleText": "uni-app",
|
"navigationBarTitleText": "内蒙古艺术学院处级干部民主测评平台",
|
||||||
"navigationBarBackgroundColor": "#008B8B",
|
"navigationBarBackgroundColor": "#008B8B",
|
||||||
"backgroundColor": "#008B8B"
|
"backgroundColor": "#008B8B"
|
||||||
},
|
},
|
||||||
|
@ -5,11 +5,15 @@
|
|||||||
<!-- 背景 -->
|
<!-- 背景 -->
|
||||||
<!-- <image src="../../static/background.png" class="cont" mode="aspectFill"></image> -->
|
<!-- <image src="../../static/background.png" class="cont" mode="aspectFill"></image> -->
|
||||||
<view class="canvas-content">
|
<view class="canvas-content">
|
||||||
<view class="title">您好!</view>
|
<!-- <view class="title">您好!</view> -->
|
||||||
<view class="hint">欢迎来到民主测评平台</view>
|
<view class="hint">欢迎来到</view>
|
||||||
|
<view class="hint">内蒙古艺术学院</view>
|
||||||
|
<view class="hint">处级干部民主测评平台</view>
|
||||||
<view class="input-form">
|
<view class="input-form">
|
||||||
<input class="input-font" placeholder="请输入账号" type="text" v-model="username" placeholder-class="input-placeholder" />
|
<input class="input-font" placeholder="请输入账号" type="text" v-model="username"
|
||||||
<input class="input-font" placeholder="请输入密码" type="password" v-model="password" placeholder-class="input-placeholder" />
|
placeholder-class="input-placeholder" />
|
||||||
|
<input class="input-font" placeholder="请输入密码" type="password" v-model="password"
|
||||||
|
placeholder-class="input-placeholder" />
|
||||||
</view>
|
</view>
|
||||||
<view class="btn" @click="login">
|
<view class="btn" @click="login">
|
||||||
<text>登录</text>
|
<text>登录</text>
|
||||||
|
Loading…
Reference in New Issue
Block a user