Authored by huangyi

修改线上接口

1 // 线上环境 1 // 线上环境
2 -// export const API_HOST = 'https://api.yoho.cn';  
3 -// export const SERVICE_HOST = 'https://api.yoho.cn';  
4 -// export const ACTIVITY_HOST = 'https://action.yoho.cn'; 2 +export const API_HOST = 'https://api.yoho.cn';
  3 +export const SERVICE_HOST = 'https://api.yoho.cn';
  4 +export const ACTIVITY_HOST = 'https://action.yoho.cn';
5 5
6 // 测试环境 6 // 测试环境
7 -export const API_HOST = 'http://api-test3.dev.yohocorp.com';  
8 -export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com';  
9 -//export const ACTIVITY_HOST = 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com';  
10 -export const ACTIVITY_HOST = 'http://192.168.102.49:6006'; 7 +// export const API_HOST = 'http://api-test3.dev.yohocorp.com';
  8 +// export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com';
  9 +// export const ACTIVITY_HOST = 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com';
  10 +// export const ACTIVITY_HOST = 'http://192.168.102.49:6006';
11 11
12 // export const API_HOST = 'http://dev-api.yohops.com:9999'; 12 // export const API_HOST = 'http://dev-api.yohops.com:9999';
13 // export const SERVICE_HOST = 'http://dev-api.yohops.com:9999/'; 13 // export const SERVICE_HOST = 'http://dev-api.yohops.com:9999/';
1 <zero-alert wx:if="{{_show}}"> 1 <zero-alert wx:if="{{_show}}">
2 - <view class="content" wx:if="{{!_type == 1}}"> 2 + <view class="content" wx:if="{{_type !== 1}}">
3 <view>微信搜索公众号</view> 3 <view>微信搜索公众号</view>
4 <view><text style="font-weight: bolder;">“潮流有货”</text>并关注,发送</view> 4 <view><text style="font-weight: bolder;">“潮流有货”</text>并关注,发送</view>
5 <view>关键词<text style="font-weight: bolder;">“开奖”</text>查询中奖信息</view> 5 <view>关键词<text style="font-weight: bolder;">“开奖”</text>查询中奖信息</view>
1 { 1 {
2 "description": "项目配置文件。", 2 "description": "项目配置文件。",
3 "setting": { 3 "setting": {
4 - "urlCheck": false, 4 + "urlCheck": true,
5 "es6": true, 5 "es6": true,
6 "postcss": true, 6 "postcss": true,
7 "minified": true, 7 "minified": true,
8 "newFeature": true, 8 "newFeature": true,
  9 + "nodeModules": false,
9 "autoAudits": false 10 "autoAudits": false
10 }, 11 },
11 "compileType": "miniprogram", 12 "compileType": "miniprogram",