@2021.04-17

master
十七 5 years ago
parent 55ba00d30d
commit a13561de97

@ -331,9 +331,8 @@
}, {
"path": "pages/tabBar/mySet/common/salary/salary",
"style": {
"navigationBarTitleText": "我的工资",
"enablePullDownRefresh": false,
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "vertical",
"titleNView": {

@ -136,7 +136,16 @@
},
/* 校验结果回调函数 */
verifyResult(res) {
this.resultData = res;
console.log(res.flag);
this.resultData = res;
if(this.resultData.flag == false){
uni.showModal({
title: '登录提示',
content: "验证失败 ! 请下拉刷新页面重试 ",
showCancel: false,
})
}
console.log(this.resultData);
},
/* 校验插件重置 */
verifyReset() {
@ -150,7 +159,10 @@
logIn() {
var that = this
that.loadingShow = true
console.log(this.checkbox.checked);
if(that.checkbox.checked==true){
uni.setStorageSync('userPassword',that.form)
}
if (that.resultData.flag == true) {
console.log(123);
if (that.form.passCode == null) {
@ -298,18 +310,19 @@
that.resultData.flag == true
this.logIn()
}
console.log(uni.getStorageSync('userPassword'));
},
onPullDownRefresh: function() {
setTimeout(function() {
uni.stopPullDownRefresh();
uni.redirectTo({
url: 'pages/login/login',
uni.reLaunch({
url: './login',
});
uni.showToast({
title: '刷新成功',
icon: 'success',
duration: 2000
});
uni.stopPullDownRefresh();
}, 500);
},
}

@ -10,34 +10,76 @@
export default {
data() {
return {
name:"我的名字",
key:'7IYBZ-RTIK3-62G3M-Y3Y7C-SCR6S-J6BDC',
bzText:{time:"",address:"",img:"",remarks:""},
type:"",
r : 80, //
Timer:[{time:"09:00",},{time:"18:00"}], //
isAm:false, //
isPm:false, //
amSign:{time:"",address:"",remarks:"",img:""}, //
pmSign:{time:"",address:"",remarks:"",img:""}, //
clickNum:0, //
is:null, //
isSign:false, //
time:formateDate(new Date(),'h:min:s'), //
date:formateDate(new Date(),'Y-M-D'),
latitude: "", //
longitude: "", //
address:"我的位置", //
wqInfo:null,
allSign:[], //
signInfo:{mode:"", latitude:"",longitude:"",address:"",time:"",remarks:""}, //
name: "我的名字",
key: '7IYBZ-RTIK3-62G3M-Y3Y7C-SCR6S-J6BDC',
bzText: {
time: "",
address: "",
img: "",
remarks: ""
},
type: "",
r: 80, //
Timer: [{
time: "09:00",
}, {
time: "18:00"
}], //
isAm: false, //
isPm: false, //
amSign: {
time: "",
address: "",
remarks: "",
img: ""
}, //
pmSign: {
time: "",
address: "",
remarks: "",
img: ""
}, //
clickNum: 0, //
is: null, //
isSign: false, //
time: formateDate(new Date(), 'h:min:s'), //
date: formateDate(new Date(), 'Y-M-D'),
latitude: "", //
longitude: "", //
address: "我的位置", //
wqInfo: null,
allSign: [], //
signInfo: {
mode: "",
latitude: "",
longitude: "",
address: "",
time: "",
remarks: ""
}, //
covers: [
//
{id:0,callout:{content:"*****科技有限公司",color:"red",display:"ALWAYS",},latitude:37.788338,longitude:113.269629,iconPath: '../../../static/img/location.png'},
{
id: 0,
callout: {
content: "*****科技有限公司",
color: "red",
display: "ALWAYS",
},
latitude: 37.788338,
longitude: 113.269629,
iconPath: '../../../static/img/location.png'
},
],
circles:[
circles: [
// (latitude:39.9085,longitude:116.39747 );
{latitude:37.788338,longitude:113.269629 ,radius:80,strokeWidth:1,fillColor:"#7fff0099"},
{
latitude: 37.788338,
longitude: 113.269629,
radius: 80,
strokeWidth: 1,
fillColor: "#7fff0099"
},
]
}
},
@ -57,46 +99,14 @@
onLoad() {
},
onShow:function(){
onShow: function() {
// this.getDistance()
},
methods: {
getLocation(){
var that = this;
if(this.clickNum !== 0){
uni.showLoading({title:"获取中...",mask:true})
}
if(this.clickNum >= 3){
uni.showToast({title:"请稍后尝试!",icon:"none",mask:true});
return ;
}
this.clickNum++;
uni.getLocation({
type: 'gcj02', //uni.openLocation
success(res) {
console.log(res);
uni.hideLoading();
that.latitude = res.latitude;
that.longitude = res.longitude;
// console.log(res.latitude,"---",res.longitude)
that.covers[1] = {id:1,latitude:res.latitude,longitude : res.longitude,iconPath: '../../static/location.png'}
var s = pointInsideCircle([that.latitude,that.longitude],[that.circles[0].latitude,that.circles[0].longitude],that.r/100000);
that.is = s;
that.signInfo.latitude = res.latitude;
that.signInfo.longitude = res.longitude;
that.signInfo.mode = s ? "正常打卡" : "外勤打卡";
that.getAdd()
},
fail(err){
uni.hideLoading();
that.address = "请检查位置信息!"
uni.showToast({title:"请检查位置信息状态!",icon:"none", mask:true,duration:3000})
}
});
},
}
getLocation() {
},
}
}
</script>

@ -24,7 +24,7 @@
<view class="cuIcon-titles text-red" style="display: inline-block;margin-left:5upx;margin-right: 50upx;"></view>
<text>服务</text> <text class="text-red">{{form1.storeCashTask}}</text>
</view>
<view class="margin-top">
<!-- <view class="margin-top">
<text class="margin-left">卡付</text>
<text class='text-price text-red'>{{form1.storeCashTask*3/12}}</text>
</view>
@ -35,7 +35,7 @@
<view class="margin-top">
<text class="margin-left">现付</text>
<text class='text-price text-red'>{{form1.storeCashTask*4/12}}</text>
</view>
</view> -->
</view>

@ -36,7 +36,7 @@
<view class="cuIcon-rankfill text-red"></view>
<text>服务反馈</text>
</navigator>
<navigator url='./client-follow/client-follow' class="cu-item">
<!-- <navigator url='./client-follow/client-follow' class="cu-item">
<view class="cuIcon-friend text-red"></view>
<text>我的会员</text>
</navigator>
@ -83,26 +83,12 @@
<view class="cu-tag badge">1</view>
</view>
<text>消息中心</text>
</navigator>
</navigator> -->
</view>
</view>
<!-- 数据分析 -->
<view v-if="TabCur==1">
<view class="cu-list grid ">
<!-- 门店日报 -->
<!-- <navigator url='./all-powerful/all-powerful' class="cu-item">
<view class="cuIcon-formfill text-red"></view>
<text>门店日报</text>
</navigator>
<navigator url='./all-powerful/all-powerful' class="cu-item">
<view class="cuIcon-rankfill text-red"></view>
<text>门店业绩</text>
</navigator>
<navigator url='./all-powerful/all-powerful' class="cu-item">
<view class="cuIcon-rankfill text-red"></view>
<text>门店排行榜</text>
</navigator> -->
<navigator url='./todays-star/todays-star' class="cu-item">
<view class="cuIcon-favorfill text-red"></view>
<text>今日之星</text>
@ -123,7 +109,7 @@
<view class="cuIcon-pay text-red"></view>
<text>员工工资</text>
</navigator>
<navigator url='./monthlyTaking/monthlyTaking' class="cu-item">
<!-- <navigator url='./monthlyTaking/monthlyTaking' class="cu-item">
<view class="cuIcon-shop text-red"></view>
<text>月度营业额</text>
</navigator>
@ -138,7 +124,7 @@
<navigator url='./costList/costList' class="cu-item">
<view class="cuIcon-attentionfavor text-red"></view>
<text>成本利润表</text>
</navigator>
</navigator> -->
</view>
</view>
<!-- 未开发菜单 -->
@ -186,15 +172,15 @@
},
onPullDownRefresh: function() {
setTimeout(function() {
uni.stopPullDownRefresh();
uni.redirectTo({
url: 'pages/myHome/myHome',
});
uni.switchTab({
url: './myHome'
})
uni.showToast({
title: '刷新成功',
icon: 'success',
duration: 2000
});
uni.stopPullDownRefresh();
}, 500);
},
}

@ -276,8 +276,10 @@
},
backTar(){
uni.redirectTo({
url: '../service-feedback'
uni.navigateBack({
delta: 1,
animationType: 'pop-out',
animationDuration: 200
});
}

@ -42,7 +42,7 @@
<view class="cu-form-group">
<view class="title">职务</view>
<text>
{{user.grade == 1 ? '店长' : user.grade == 2 ? '美容经理' : user.grade == 3 ? '美发经理': user.grade == 4 ? '总监':user.grade == 6 ? '员工':user.grade[1]+'级美发师'}}
{{user.grade == 1 ? '店长' : user.grade == 2 ? '美容经理' : user.grade == 3 ? '美发经理': user.grade == 4 ? '总监':user.grade == 6 ? '员工':(user.grade*1-50)+'级美发师'}}
</text>
</view>
</view>

@ -129,7 +129,20 @@
onShow: function() {
this.userInfo = uni.getStorageSync('userInfo')
this.salaryByStaff()
}
},
onPullDownRefresh: function() {
setTimeout(function() {
uni.redirectTo({
url:'./salary'
})
uni.showToast({
title: '刷新成功',
icon: 'success',
duration: 2000
});
uni.stopPullDownRefresh();
}, 500);
},
}
</script>

@ -11,12 +11,12 @@
<view class="text_icon_right cuIcon-right"> </view>
</navigator>
<view class="hr"></view>
<navigator url="./common/cost/cost">
<!-- <navigator url="./common/cost/cost">
<view class="text_icon cuIcon-form text-cyan"></view>
成本列表
<view class="text_icon_right cuIcon-right"> </view>
</navigator>
<view class="hr"></view>
<view class="hr"></view> -->
<navigator v-if="userInfo.user==0" url="./common/my-card/my-card">
<view class="text_icon cuIcon-card text-orange"></view>
我的卡包
@ -64,15 +64,15 @@
},
onPullDownRefresh: function() {
setTimeout(function() {
uni.stopPullDownRefresh();
uni.redirectTo({
url: 'pages/mySet/mySet',
});
uni.switchTab({
url:'./mySet'
})
uni.showToast({
title: '刷新成功',
icon: 'success',
duration: 2000
});
uni.stopPullDownRefresh();
}, 500);
},
methods: {

Binary file not shown.

@ -1 +1 @@
https://service.dcloud.net.cn/build/download/82a0e840-9b68-11eb-8b9d-b9a6d32943db
https://service.dcloud.net.cn/build/download/2e7385a0-9f49-11eb-a4a3-19835994ba86

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__4D77F26","name":"DeMay","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"light","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"icon-android-hdpi.png","xhdpi":"icon-android-xhdpi.png","xxhdpi":"icon-android-xxhdpi.png","xxxhdpi":"icon-android-xxxhdpi.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","proapp@2x":"unpackage/res/icons/167x167.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png"},"prerendered":"false"}},"splashscreen":{"androidStyle":"common"},"google":{"permissions":["<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"packagename":"deMay.uniapp","password":"","aliasname":"","keystore":"html5plus://test","custompermissions":true},"apple":{"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"orientation":["portrait-primary"]},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"3.1.8","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#7A7E83","selectedColor":"#e83131","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#ffffff","list":[{"pagePath":"pages/tabBar/myHome/myHome","iconPath":"static/image/home.png","selectedIconPath":"static/image/home-select.png","text":"首页"},{"pagePath":"pages/tabBar/mySet/mySet","iconPath":"static/image/my.png","selectedIconPath":"static/image/my-select.png","text":"我的"}],"height":"50px","child":["lauchwebview"],"selected":1},"launch_path":"__uniappview.html","adid":"121927300401"}}
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__4D77F26","name":"DeMay","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"light","background":"#e83131"},"usingComponents":true,"nvueCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"icon-android-hdpi.png","xhdpi":"icon-android-xhdpi.png","xxhdpi":"icon-android-xxhdpi.png","xxxhdpi":"icon-android-xxxhdpi.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","proapp@2x":"unpackage/res/icons/167x167.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png"},"prerendered":"false"}},"splashscreen":{"androidStyle":"common"},"google":{"permissions":["<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"packagename":"deMay.uniapp","password":"","aliasname":"","keystore":"html5plus://test","custompermissions":true},"apple":{"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"orientation":["portrait-primary"]},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"3.1.9","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#7A7E83","selectedColor":"#e83131","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#ffffff","list":[{"pagePath":"pages/tabBar/myHome/myHome","iconPath":"static/image/home.png","selectedIconPath":"static/image/home-select.png","text":"首页"},{"pagePath":"pages/tabBar/mySet/mySet","iconPath":"static/image/my.png","selectedIconPath":"static/image/my-select.png","text":"我的"}],"height":"50px","child":["lauchwebview"],"selected":1},"launch_path":"__uniappview.html","adid":"121927300401"}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__4D77F26","name":"DeMay","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"light","background":"#F8F8F8"},"usingComponents":true,"nvueCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"common"},"google":{"permissions":["<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{},"plugins":{"ad":{},"oauth":{},"geolocation":{},"push":{},"speech":{"ifly":{}},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"3.1.8","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#7A7E83","selectedColor":"#e83131","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#ffffff","list":[{"pagePath":"pages/tabBar/myHome/myHome","iconPath":"static/image/home.png","selectedIconPath":"static/image/home-select.png","text":"首页"},{"pagePath":"pages/tabBar/mySet/mySet","iconPath":"static/image/my.png","selectedIconPath":"static/image/my-select.png","text":"我的"}],"height":"50px","child":["lauchwebview"],"selected":1},"launch_path":"__uniappview.html"}}
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__4D77F26","name":"DeMay","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"light","background":"#e83131"},"usingComponents":true,"nvueCompiler":"uni-app","compilerVersion":3,"distribute":{"icons":{"android":{"hdpi":"unpackage/res/icons/72x72.png","xhdpi":"unpackage/res/icons/96x96.png","xxhdpi":"unpackage/res/icons/144x144.png","xxxhdpi":"unpackage/res/icons/192x192.png"},"ios":{"appstore":"unpackage/res/icons/1024x1024.png","ipad":{"app":"unpackage/res/icons/76x76.png","app@2x":"unpackage/res/icons/152x152.png","notification":"unpackage/res/icons/20x20.png","notification@2x":"unpackage/res/icons/40x40.png","proapp@2x":"unpackage/res/icons/167x167.png","settings":"unpackage/res/icons/29x29.png","settings@2x":"unpackage/res/icons/58x58.png","spotlight":"unpackage/res/icons/40x40.png","spotlight@2x":"unpackage/res/icons/80x80.png"},"iphone":{"app@2x":"unpackage/res/icons/120x120.png","app@3x":"unpackage/res/icons/180x180.png","notification@2x":"unpackage/res/icons/40x40.png","notification@3x":"unpackage/res/icons/60x60.png","settings@2x":"unpackage/res/icons/58x58.png","settings@3x":"unpackage/res/icons/87x87.png","spotlight@2x":"unpackage/res/icons/80x80.png","spotlight@3x":"unpackage/res/icons/120x120.png"}}},"splashscreen":{"androidStyle":"common"},"google":{"permissions":["<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.CALL_PHONE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{},"plugins":{"ad":{},"oauth":{},"geolocation":{},"push":{},"speech":{"ifly":{}},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"allowsInlineMediaPlayback":true,"safearea":{"background":"#ffffff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"3.1.9","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#7A7E83","selectedColor":"#e83131","borderStyle":"rgba(0,0,0,0.4)","backgroundColor":"#ffffff","list":[{"pagePath":"pages/tabBar/myHome/myHome","iconPath":"static/image/home.png","selectedIconPath":"static/image/home-select.png","text":"首页"},{"pagePath":"pages/tabBar/mySet/mySet","iconPath":"static/image/my.png","selectedIconPath":"static/image/my-select.png","text":"我的"}],"height":"50px","child":["lauchwebview"],"selected":1},"launch_path":"__uniappview.html"}}

@ -1,5 +1,5 @@
var host = "http://192.168.31.201:8085"
// var host = "http://192.168.31.201:8085"
// var host = "http://124.71.99.140:8085"
// var host = "https://www.decaisoft.com:8082"
var host = "https://www.decaisoft.com:8082"
export default host
Loading…
Cancel
Save