Commit b5212e08 by mamingqun

将连接改为api连接

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