Commit b5212e08 by mamingqun

将连接改为api连接

parent 0c8da49d
......@@ -99,7 +99,7 @@ export default {
pushHistory();
window.addEventListener("popstate", function (e) {
var ulr = location.href.split('?')[0];
window.location = api.indexHref;
window.location = window.windowIndexHref;
}, false);
}
},
......@@ -120,7 +120,7 @@ export default {
// let noSharp = location.href.split('#')[0];
let noSharp = api.wrapHref;
let noSharp = window.windowWrapHref;
this.url = noSharp.includes('?')
......@@ -359,7 +359,7 @@ export default {
setTimeout(() => {
if (location.href.includes('shareId')) {
location.href = api.indexHref;
location.href = window.windowIndexHref;
} else {
this.$router.push({ name: 'Shouye' });
}
......@@ -371,7 +371,7 @@ export default {
});
setTimeout(() => {
if (location.href.includes('shareId')) {
location.href = api.indexHref;
location.href = window.windowIndexHref;
} else {
this.$router.push({ name: 'Shouye' });
}
......@@ -424,7 +424,7 @@ export default {
var ulr = location.href.split('?')[0];
// window.location = ulr;
window.location = api.indexHref;
window.location = window.windowIndexHref;
} else {
this.$router.push({ name: 'Shouye' });
}
......
......@@ -441,7 +441,7 @@ export default {
ua.indexOf('micromessenger') != -1;
if (isWeixin) {
window.location.href = api.userCenterHref;
window.location.href = window.windowUserCenterHref;
} else {
window.location.href =
location.origin + '/user.html';
......
......@@ -214,8 +214,16 @@ export default {
axios.get('http://web-comment.canskj.cn/wandah5/activity/info').then((result) => {
console.log('result.data.data');
console.log(result.data);
console.log('活动的data');
console.log(result.data.data);
window.windowIndexHref = result.data.data.indexHref
window.windowUserCenterHref = result.data.data.userCenterHref
window.windowWrapHref = result.data.data.weapHref
console.log(window.windowIndexHref);
console.log(window.windowUserCenterHref);
console.log(window.windowWrapHref);
var type = result.data.data.system_type;
......@@ -229,7 +237,7 @@ export default {
// _this.getRenqiList();
//在getActiveInfo里请求了
_this.getPrizeList();
_this.userCenter = api.userCenterHref
_this.userCenter = window.windowUserCenterHref
_this.getUserInfo();
_this.getRuweiList();
......@@ -572,7 +580,7 @@ export default {
// var data1 = {
// title: '春节回家,拍照有奖', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// }
......@@ -584,7 +592,7 @@ export default {
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
......@@ -601,7 +609,7 @@ export default {
// title: _this.$randomText() , // 分享标题
title: tools.randomShareTitle(), // 分享标题
desc: tools.randomShareDesc(), // 分享描述
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标
},
function (res) {
......@@ -613,7 +621,7 @@ export default {
wx.updateTimelineShareData(
{
title: tools.randomShareTitle(), // 分享标题
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标
},
function (res) {
......@@ -624,7 +632,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '春节回家,拍照有奖', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// });
......@@ -633,7 +641,7 @@ export default {
// wx.onMenuShareAppMessage({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
......@@ -646,7 +654,7 @@ export default {
// wx.onMenuShareQQ({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// link: window.windowWrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function () {
// // 用户确认分享后执行的回调函数
......@@ -660,7 +668,7 @@ export default {
// wx.onMenuShareWeibo({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// link: window.windowWrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function () {
// // 用户确认分享后执行的回调函数
......@@ -674,7 +682,7 @@ export default {
// wx.onMenuShareQZone({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// link: window.windowWrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function () {
// // 用户确认分享后执行的回调函数
......
......@@ -81,12 +81,23 @@ export default {
axios.get('http://web-comment.canskj.cn/wandah5/activity/info').then((result) => {
var type = result.data.data.system_type;
console.log('活动的data');
console.log(result.data.data);
window.windowIndexHref = result.data.data.indexHref
window.windowUserCenterHref = result.data.data.userCenterHref
window.windowWrapHref = result.data.data.weapHref
console.log(window.windowIndexHref);
console.log(window.windowUserCenterHref);
console.log(window.windowWrapHref);
axios.defaults.headers.common['systemtype'] = type;
$('title').text(result.data.data.title);
_this.getUserInfo();
_this.getUserImgList();
_this.indexHref = api.indexHref;
_this.indexHref = window.windowIndexHref;
}).catch((err) => {
console.log(err);
......@@ -208,7 +219,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// var data1 = {
// title: '春节回家,拍照有奖', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function () { }
// }
......@@ -220,7 +231,7 @@ export default {
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// // link: location.href, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
......@@ -236,7 +247,7 @@ export default {
{
title: tools.randomShareTitle(), // 分享标题
desc: tools.randomShareDesc(), // 分享描述
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标
},
function (res) {
......@@ -248,7 +259,7 @@ export default {
wx.updateTimelineShareData(
{
title: tools.randomShareTitle(), // 分享标题
link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: api.shareImg // 分享图标
},
function (res) {
......@@ -259,7 +270,7 @@ export default {
// // 获取“分享到朋友圈”按钮点击状态及自定义分享内容接口(即将废弃)
// wx.onMenuShareTimeline({
// title: '春节回家,拍照有奖', // 分享标题
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// success: function() {}
// });
......@@ -268,7 +279,7 @@ export default {
// wx.onMenuShareAppMessage({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// link: window.windowWrapHref, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
// imgUrl: api.shareImg, // 分享图标
// type: '', // 分享类型,music、video或link,不填默认为link
// dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
......@@ -281,7 +292,7 @@ export default {
// wx.onMenuShareQQ({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// link: window.windowWrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function() {
// // 用户确认分享后执行的回调函数
......@@ -295,7 +306,7 @@ export default {
// wx.onMenuShareWeibo({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// link: window.windowWrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function() {
// // 用户确认分享后执行的回调函数
......@@ -309,7 +320,7 @@ export default {
// wx.onMenuShareQZone({
// title: '春节回家,拍照有奖', // 分享标题
// desc: _this.$randomText(), // 分享描述
// link: api.wrapHref, // 分享链接
// link: window.windowWrapHref, // 分享链接
// imgUrl: api.shareImg, // 分享图标
// success: function() {
// // 用户确认分享后执行的回调函数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment