@@ -453,7 +453,7 @@ | |||||
}, | }, | ||||
getCustomPhase(){ | getCustomPhase(){ | ||||
this.phaseList=[] | this.phaseList=[] | ||||
this.$u.post("http://192.168.31.167:8080/autoSR/api/customer/lifeTrackDefineList",{houseId:this.buildingID}).then(res => { | |||||
this.$u.post("/customer/lifeTrackDefineList",{houseId:this.buildingID}).then(res => { | |||||
let tempArr = [] | let tempArr = [] | ||||
res.forEach(item=>{ | res.forEach(item=>{ | ||||
let tempObj = {} | let tempObj = {} | ||||
@@ -283,7 +283,7 @@ | |||||
methods:{ | methods:{ | ||||
getCustomPhase(){ | getCustomPhase(){ | ||||
this.phaseList=[] | this.phaseList=[] | ||||
this.$u.post("http://192.168.31.167:8080/autoSR/api/customer/lifeTrackDefineList",{houseId:this.buildingID}).then(res => { | |||||
this.$u.post("/customer/lifeTrackDefineList",{houseId:this.buildingID}).then(res => { | |||||
let tempArr = [] | let tempArr = [] | ||||
res.forEach(item=>{ | res.forEach(item=>{ | ||||
let tempObj = {} | let tempObj = {} | ||||
@@ -292,7 +292,7 @@ | |||||
tempArr.push(tempObj) | tempArr.push(tempObj) | ||||
}) | }) | ||||
this.phaseList = tempArr; | this.phaseList = tempArr; | ||||
}) | |||||
}) | |||||
}, | }, | ||||
selectPhase(e){ | selectPhase(e){ | ||||
this.screen.clientStageName=e[0].label; | this.screen.clientStageName=e[0].label; | ||||
@@ -14,15 +14,15 @@ | |||||
</view> | </view> | ||||
</view> | </view> | ||||
<view class="settingGroup box"> | <view class="settingGroup box"> | ||||
<navigator class="line" url="/pages/mine/messageList"> | |||||
<!-- <navigator class="line" url="/pages/mine/messageList"> | |||||
<view class="title"> | <view class="title"> | ||||
<!-- <image src="/static/images/studyhot.png" style="width: 36rpx;height: 36rpx;" mode=""></image> --> | |||||
<image src="/static/images/studyhot.png" style="width: 36rpx;height: 36rpx;" mode=""></image> | |||||
消息 | 消息 | ||||
</view> | </view> | ||||
<view class="right"> | <view class="right"> | ||||
<image src="/static/images/arrow.png" style="width: 18rpx;height: 32rpx;" mode=""></image> | <image src="/static/images/arrow.png" style="width: 18rpx;height: 32rpx;" mode=""></image> | ||||
</view> | </view> | ||||
</navigator> | |||||
</navigator> --> | |||||
<navigator class="line" url="/pages/mine/subscribe"> | <navigator class="line" url="/pages/mine/subscribe"> | ||||
<view class="title"> | <view class="title"> | ||||
<image src="/static/images/studyhot.png" style="width: 36rpx;height: 36rpx;" mode=""></image> | <image src="/static/images/studyhot.png" style="width: 36rpx;height: 36rpx;" mode=""></image> | ||||
@@ -1,12 +1,12 @@ | |||||
<template> | <template> | ||||
<view class="main"> | <view class="main"> | ||||
<view class="text1">第一步:关注众合发展公众号</view> | |||||
<view class="text1">第一步:关注数智工牌公众号</view> | |||||
<view style="width: 96%;margin: 0 auto;"> | <view style="width: 96%;margin: 0 auto;"> | ||||
<view class="text2" style="margin-top: 30rpx;">1.长按识别二维码或保存至相册进行关注</view> | <view class="text2" style="margin-top: 30rpx;">1.长按识别二维码或保存至相册进行关注</view> | ||||
<view style="text-align: center;" > | <view style="text-align: center;" > | ||||
<image @click="baocun()" style="width: 300rpx;height: 300rpx;" src="../../static/images/supimg.png" mode=""></image> | <image @click="baocun()" style="width: 300rpx;height: 300rpx;" src="../../static/images/supimg.png" mode=""></image> | ||||
</view> | </view> | ||||
<view style="margin-top: 30rpx;" class="text2">2.微信搜索公众号【众合发展】进行关注</view> | |||||
<view style="margin-top: 30rpx;" class="text2">2.微信搜索公众号【数智工牌】进行关注</view> | |||||
</view> | </view> | ||||
<view style="margin-top: 30rpx;" class="text1">第二步:点击【用户绑定】,完成绑定即可</view> | <view style="margin-top: 30rpx;" class="text1">第二步:点击【用户绑定】,完成绑定即可</view> | ||||
<view style="width: 100%;margin-top: 30rpx;"> | <view style="width: 100%;margin-top: 30rpx;"> | ||||
@@ -1,24 +1,24 @@ | |||||
// http.js使用域名 | // http.js使用域名 | ||||
// const baseUrl = 'http://192.168.31.57:8080/autoSR/api';// 本地 | // const baseUrl = 'http://192.168.31.57:8080/autoSR/api';// 本地 | ||||
const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 | |||||
// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 | |||||
// const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | // const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | ||||
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | // const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | ||||
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | // const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | ||||
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
// const baseUrl = 'https://hfju.com/api'; // 数智正式 | // const baseUrl = 'https://hfju.com/api'; // 数智正式 | ||||
// config使用域名 | // config使用域名 | ||||
/** | |||||
/**192.168.31.167 | |||||
* 小程序配置文件 | * 小程序配置文件 | ||||
*/ | */ | ||||
// 此处主机域名修改成腾讯云解决方案分配的域名 | // 此处主机域名修改成腾讯云解决方案分配的域名 | ||||
// const host = 'http://192.168.31.57:8080/autoSR/api';// 本地 | // const host = 'http://192.168.31.57:8080/autoSR/api';// 本地 | ||||
const host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 | |||||
// const host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 | |||||
// const host = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | // const host = 'http://192.168.31.167:8080/autoSR/api'; // 长龙 | ||||
// const host = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | // const host = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪 | ||||
// const host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | // const host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 | ||||
// const host = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
const host = 'https://zkgj.quhouse.com/api'; // 质控正式 | |||||
// const host = 'https://hfju.com/api'; // 数智正式 | // const host = 'https://hfju.com/api'; // 数智正式 | ||||