peko:替换正是域名,新增官网

This commit is contained in:
Dragon
2022-09-29 16:09:05 +08:00
parent 820830e8c0
commit 8d2f327fb0
38 changed files with 46 additions and 45 deletions

View File

@@ -8,7 +8,7 @@ var share = {
title: '纯真年代',
link: tranUrl + '/peko/activity/act-61/index.html',
// imgUrl: 'https://img.letusmix.com/new_logo.png',
imgUrl: 'https://api.lecheng163.com/peko/modules/wxPubPay/images/logo.png',
imgUrl: 'https://api.pekolive.com/peko/modules/wxPubPay/images/logo.png',
desc: '限定铭牌萌趣降临',// 分享描述
};
if (EnvCheck() == 'test') {

View File

@@ -17,7 +17,7 @@ if (EnvCheck() == 'test') {
// new VConsole;
baseUrl = 'https://beta.api.pekolive.com/'
} else {
baseUrl = 'https://api.lecheng163.com/'
baseUrl = 'https://api.pekolive.com/'
}
let i = 0
let a = true

View File

@@ -6,7 +6,7 @@ if (EnvCheck() == 'test') {
new VConsole;
baseUrl = 'https://beta.api.pekolive.com/'
} else {
baseUrl = 'https://api.lecheng163.com/'
baseUrl = 'https://api.pekolive.com/'
}
$(function () {
//埋点测试

View File

@@ -8,7 +8,7 @@ var share = {
title: '纯真年代',
link: tranUrl + '/peko/activity/act-61/index.html',
// imgUrl: 'https://img.letusmix.com/new_logo.png',
imgUrl: 'https://api.lecheng163.com/peko/modules/wxPubPay/images/logo.png',
imgUrl: 'https://api.pekolive.com/peko/modules/wxPubPay/images/logo.png',
desc: '限定铭牌萌趣降临',// 分享描述
};
if (EnvCheck() == 'test') {

View File

@@ -23,7 +23,7 @@ $(function() {
title: data.title,
link: tranUrl + '/peko/activity/activemodel/index.html?code=' + code,
// imgUrl: 'https://img.letusmix.com/new_logo.png',
// imgUrl: 'https://api.lecheng163.com/peko/modules/wxPubPay/images/logo.png',
// imgUrl: 'https://api.pekolive.com/peko/modules/wxPubPay/images/logo.png',
imgUrl: '../../../common/images/logo.png',
desc: data.secondTitle, // 分享描述
};

View File

@@ -22,7 +22,7 @@ $(function () {
let env = EnvCheck();
let version = checkVersion()
// $.get('https://beta.api.pekolive.com/version/download/link', function (res) {
$.get('https://api.lecheng163.com/version/download/link', function (res) {
$.get('https://api.pekolive.com/version/download/link', function (res) {
if (res.code === 200) {
//判断url参数是否是与渠道包名一致
let androidUrl = null;

View File

@@ -19,7 +19,7 @@ $(function () {
var version = checkVersion()
// console.log(version);
// $.get('https://beta.api.pekolive.com/version/download/link', function (res) {
$.get('https://api.lecheng163.com/version/download/link', function (res) {
$.get('https://api.pekolive.com/version/download/link', function (res) {
console.log(res)
if (res.code === 200) {
// let androidUrl = res.data.androidLink

View File

@@ -10,7 +10,7 @@
</head>
<body>
<div class="bg"></div>
<a href="https://api.lecheng163.com/peko/activity/ticketsPackage/index.html?pid=71" class="but"></a>
<a href="https://api.pekolive.com/peko/activity/ticketsPackage/index.html?pid=71" class="but"></a>
<script src="../../common/js/flexible.js"></script>
</body>
</html>

View File

@@ -33,7 +33,7 @@ let shareObj = {
data: {
msg: 'llllll',
title: '上peko开黑交友玩游戏',
imgUrl: 'https://api.lecheng163.com/peko/modules/wxPubPay/images/logo.png',
imgUrl: 'https://api.pekolive.com/peko/modules/wxPubPay/images/logo.png',
desc: '邀请好友得金铲铲豪华大礼,快来加入吧!',
}
}

View File

@@ -8,7 +8,7 @@ let share = {
title: '英雄联盟手游皮肤免费送!!',
// link: link,
desc: '来peko更有丰厚游戏激励金等你来~',
imgUrl: 'https://api.lecheng163.com/peko/modules/wxPubPay/images/logo.png'
imgUrl: 'https://api.pekolive.com/peko/modules/wxPubPay/images/logo.png'
}
let shareObj = {
type: 2,

View File

@@ -1,4 +1,4 @@
let baseUrl = EnvCheck() == 'test' ? 'https://beta.api.pekolive.com' : 'https://api.lecheng163.com'
let baseUrl = EnvCheck() == 'test' ? 'https://beta.api.pekolive.com' : 'https://api.pekolive.com'
let browser = checkVersion()
let info = {}

View File

@@ -8,7 +8,7 @@ var share = {
title: 'peko公会招募令',
link: tranUrl + '/peko/activity/recruit/index.html',
// imgUrl: 'https://img.letusmix.com/new_logo.png',
imgUrl: 'https://api.lecheng163.com/peko/modules/wxPubPay/images/logo.png',
imgUrl: 'https://api.pekolive.com/peko/modules/wxPubPay/images/logo.png',
desc: 'peko公会招募令',// 分享描述
};
if (EnvCheck() == 'test') {

View File

@@ -2,7 +2,7 @@ function render(templateId, templateData, target) {
var html = template(templateId, templateData);
target.innerHTML += html;
}
var tranUrl = 'https://api.lecheng163.com';
var tranUrl = 'https://api.pekolive.com';
function dateFormat(date, fmt) {
date = new Date(date);

View File

@@ -1,4 +1,4 @@
const productUrl = 'https://api.lecheng163.com'; // 正式环境
const productUrl = 'https://api.pekolive.com'; // 正式环境
const testUrl = 'https://beta.api.pekolive.com'; // 测试环境
@@ -6,7 +6,7 @@ function render (templateId, templateData, target) {
var html = template(templateId, templateData);
target.innerHTML += html;
}
var tranUrl = 'https://api.lecheng163.com';
var tranUrl = 'https://api.pekolive.com';
function dateFormat (date, fmt) {
date = new Date(date);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 801 KiB

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 376 KiB

View File

@@ -38,19 +38,20 @@
<div class="container">
<div class="pc-bg"><img src="./images/homePc.png" alt=""></div>
<div class="m-bg"><img src="./images/homeM.png" alt=""></div>
<div class="button-wrapper download">
<!-- <div class="button-wrapper download">
</div>
<div class="button2-wrapper download">
</div>
</div> -->
<div class="eori">
<div class="recordfoot">
<!-- <div class="recordfoot">
<i class="record"></i>
<a href="https://beian.miit.gov.cn/#/Integrated/index">粤ICP备2020098441号</a>
</div>
</div> -->
<div class="gongsi">
<p>公司主体:香港栗子科技有限公司</p>
<p>联系地址广州市天河区珠吉路59号之二四楼A4569</p>
<p>联系方式020-85698266</p>
<p>Hong Kong Li Zi Technology Co., Limited</p>
<p>香港栗子科技有限公司</p>
<p>CR No:3040005</p>
<p>地址ROOM1803,18/F,TOWERONE,CHINAHONGKONGCIT</p>
</div>
</div>
</div>

View File

@@ -8,7 +8,7 @@ if (env == 'test') {
// const productUrlNew = 'https://api.99park.cn'; // 正式环境
// const testUrlNew = 'http://beta.99park.cn'; // 测试环境
const productUrlNew = 'https://api.lecheng163.com'; // 正式环境
const productUrlNew = 'https://api.pekolive.com'; // 正式环境
const testUrlNew = 'https://beta.api.pekolive.com'; // 测试环境
//获取新域名前缀
function getUrlPrefixNew() {

View File

@@ -1,7 +1,7 @@
let browser = checkVersion()
let info = {}
// let betaUrl = 'https://beta.api.pekolive.com/peko/modules/inviteCode/share.html?uid=' + info.uid
// let realUrl = 'https://api.lecheng163.com/peko/modules/inviteCode/share.html?uid=' + info.uid
// let realUrl = 'https://api.pekolive.com/peko/modules/inviteCode/share.html?uid=' + info.uid
let betaUrl, realUrl
// let link = (EnvCheck() == 'test') ? betaUrl : realUrl
// console.log(6, link);
@@ -12,7 +12,7 @@ let share = {
title: '玩游戏交朋友来peko',
// link: link,
desc: '人美声甜小姐姐在线连麦陪玩,有趣的人正在等你~',
imgUrl: 'https://api.lecheng163.com/peko/modules/wxPubPay/images/logo.png'
imgUrl: 'https://api.pekolive.com/peko/modules/wxPubPay/images/logo.png'
}
let shareObj = {
type: 2,
@@ -67,7 +67,7 @@ $(function () {
}
// noRecordRender()
betaUrl = 'https://beta.api.pekolive.com/peko/modules/inviteCode/share.html?inviteCode=' + res.data.inviteCode
realUrl = 'https://api.lecheng163.com/peko/modules/inviteCode/share.html?inviteCode=' + res.data.inviteCode
realUrl = 'https://api.pekolive.com/peko/modules/inviteCode/share.html?inviteCode=' + res.data.inviteCode
shareObj.data.link = shareObj.data.showUrl = (EnvCheck() == 'test') ? betaUrl : realUrl
$('.invite-btn').on('click', function () {

View File

@@ -1,4 +1,4 @@
let baseUrl = EnvCheck() == 'test' ? 'https://beta.api.pekolive.com' : 'https://api.lecheng163.com'
let baseUrl = EnvCheck() == 'test' ? 'https://beta.api.pekolive.com' : 'https://api.pekolive.com'
let browser = checkVersion()
let locateObj = getQueryString()
let info = {}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@ let num = $('#num'),
let locateObj = getQueryString();
let browser = checkVersion();
const productUrl = 'https://api.lecheng163.com'; // 正式环境
const productUrl = 'https://api.pekolive.com'; // 正式环境
const testUrl = 'https://beta.api.pekolive.com'; // 测试环境
//获取域名前缀
function getUrlPrefix() {

View File

@@ -10,7 +10,7 @@ let num = $('#num'),
let locateObj = getQueryString();
let browser = checkVersion();
const productUrl = 'https://api.lecheng163.com'; // 正式环境
const productUrl = 'https://api.pekolive.com'; // 正式环境
const testUrl = 'https://beta.api.pekolive.com'; // 测试环境
//获取域名前缀
function getUrlPrefix() {

File diff suppressed because one or more lines are too long

View File

@@ -1,2 +1,2 @@
webpackJsonp([4],{FmjD:function(e,t){},bxJL:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var c=n("Z4iZ"),i=void 0;i="test"===Object(c.a)()?"https://beta.api.pekolive.com":"https://api.lecheng163.com";var a={created:function(){window.location.href=i+"/peko/modules/rule/wishingWellRule.html"}},o={render:function(){var e=this.$createElement;return(this._self._c||e)("div")},staticRenderFns:[]};var r=n("VU/8")(a,o,!1,function(e){n("FmjD")},"data-v-cc7926ee",null);t.default=r.exports}});
webpackJsonp([4],{FmjD:function(e,t){},bxJL:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var c=n("Z4iZ"),i=void 0;i="test"===Object(c.a)()?"https://beta.api.pekolive.com":"https://api.pekolive.com";var a={created:function(){window.location.href=i+"/peko/modules/rule/wishingWellRule.html"}},o={render:function(){var e=this.$createElement;return(this._self._c||e)("div")},staticRenderFns:[]};var r=n("VU/8")(a,o,!1,function(e){n("FmjD")},"data-v-cc7926ee",null);t.default=r.exports}});
//# sourceMappingURL=4.76d58a1190c5fed3826d.js.map

View File

@@ -1,2 +1,2 @@
webpackJsonp([5],{bxJL:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var c=n("Z4iZ"),i=void 0;i="test"===Object(c.a)()?"https://beta.api.pekolive.com":"https://api.lecheng163.com";var a={created:function(){window.location.href=i+"/peko/modules/rule/wishingWellRule.html"}},o={render:function(){var e=this.$createElement;return(this._self._c||e)("div")},staticRenderFns:[]};var r=n("VU/8")(a,o,!1,function(e){n("cLF3")},"data-v-3213a664",null);t.default=r.exports},cLF3:function(e,t){}});
webpackJsonp([5],{bxJL:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var c=n("Z4iZ"),i=void 0;i="test"===Object(c.a)()?"https://beta.api.pekolive.com":"https://api.pekolive.com";var a={created:function(){window.location.href=i+"/peko/modules/rule/wishingWellRule.html"}},o={render:function(){var e=this.$createElement;return(this._self._c||e)("div")},staticRenderFns:[]};var r=n("VU/8")(a,o,!1,function(e){n("cLF3")},"data-v-3213a664",null);t.default=r.exports},cLF3:function(e,t){}});
//# sourceMappingURL=5.d41702045b77aeb67fc8.js.map

View File

@@ -14,7 +14,7 @@ $(function () {
var env = EnvCheck();
var version = checkVersion()
$.get('https://api.lecheng163.com/version/download/link', function (res) {
$.get('https://api.pekolive.com/version/download/link', function (res) {
console.log(res)
if (res.code === 200) {
let androidUrl = res.data.androidLink

View File

@@ -8,7 +8,7 @@ var num = $('#num'),
$pop = $('.pop'),
lock = false;
let payBase_url = '/wx/submitPay?';
// payBase_url = 'https://api.lecheng163.com/wx/submitPay?';
// payBase_url = 'https://api.pekolive.com/wx/submitPay?';
$(function () {
let list_url = api + '/chargeprod/list?channelType=1'

View File

@@ -8,7 +8,7 @@ var num = $('#num'),
$pop = $('.pop'),
lock = false;
let payBase_url = '/wx/submitPay?';
// payBase_url = 'https://api.lecheng163.com/wx/submitPay?';
// payBase_url = 'https://api.pekolive.com/wx/submitPay?';
$(function () {
let list_url = api + '/chargeprod/list?channelType=1'

View File

@@ -8,7 +8,7 @@ var num = $('#num'),
$pop = $('.pop'),
lock = false;
// let payBase_url = '/wx/submitPay?';
payBase_url = 'https://api.lecheng163.com/wx/submitPay?';
payBase_url = 'https://api.pekolive.com/wx/submitPay?';
$(function () {
// let list_url = api + '/chargeprod/list?channelType=1'

View File

@@ -11,7 +11,7 @@ module.exports = {
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: { '/api': {
// target: 'https://api.lecheng163.com',
// target: 'https://api.pekolive.com',
// target: 'http://120.79.211.243',
target: 'https://beta.api.pekolive.com',
changeOrigin: true,

View File

@@ -8,7 +8,7 @@ if (EnvCheck() === 'test') {
host = 'https://beta.api.pekolive.com'
// 正式环境
} else {
host = 'https://api.lecheng163.com'
host = 'https://api.pekolive.com'
}
//我的收益
export const getWithDrawList = (params) => {

View File

@@ -9,7 +9,7 @@ if (EnvCheck() === 'test') {
baseURL = 'https://beta.api.pekolive.com'
// 正式环境
} else {
baseURL = 'https://api.lecheng163.com'
baseURL = 'https://api.pekolive.com'
}
// baseURL = ''
const service = axios.create({

View File

@@ -884,7 +884,7 @@ export default {
return;
}
window.location.href =
"https://api.lecheng163.com/peko/modules/statistic/serialsingleBroadcast.html?codes=" +
"https://api.pekolive.com/peko/modules/statistic/serialsingleBroadcast.html?codes=" +
this.rw_single_broadcast.roomUidEncode;
},

View File

@@ -11,7 +11,7 @@ module.exports = {
assetsSubDirectory: 'static',
assetsPublicPath: '/',
proxyTable: { '/api': {
// target: 'https://api.lecheng163.com',
// target: 'https://api.pekolive.com',
// target: 'http://120.79.211.243',
target: 'https://beta.api.pekolive.com',
changeOrigin: true,

View File

@@ -8,7 +8,7 @@ if (EnvCheck() === 'test') {
baseURL = 'https://beta.api.pekolive.com'
// 正式环境
} else {
baseURL = 'https://api.lecheng163.com'
baseURL = 'https://api.pekolive.com'
}
// baseURL = ''

View File

@@ -10,7 +10,7 @@ if (EnvCheck() === "test") {
baseURL = "https://beta.api.pekolive.com";
// 正式环境
} else {
baseURL = "https://api.lecheng163.com";
baseURL = "https://api.pekolive.com";
}
export default {
created() {