|
@@ -11,21 +11,6 @@ if(localStorage.getItem('userInfo')){
|
|
GLOBAL_USER_ID = globalUserData.userId*1;
|
|
GLOBAL_USER_ID = globalUserData.userId*1;
|
|
GLOBAL_USER_IDENTITY = globalUserData.userIdentity*1;
|
|
GLOBAL_USER_IDENTITY = globalUserData.userIdentity*1;
|
|
GLOBAL_SHOP_ID = globalUserData.shopId*1;
|
|
GLOBAL_SHOP_ID = globalUserData.shopId*1;
|
|
-} else {
|
|
|
|
- if(Number(getBaseCookie("weChatAutoLogin"))!==1){
|
|
|
|
- var userAgent = navigator.userAgent.toLowerCase();
|
|
|
|
- if (userAgent.match(/MicroMessenger/i)) {
|
|
|
|
- // 微信浏览器自动授权登录
|
|
|
|
- var urlForWeChat = 'https://www.caimei365.com/we_chat/redirect_uri.html';
|
|
|
|
- $.get(spiServer+'/user/authorizationLink?redirectUri='+urlForWeChat, function(r){
|
|
|
|
- if(r.code===0 && r.data){
|
|
|
|
- setBaseCookie("loginBeforePath", window.location.href);
|
|
|
|
- setBaseCookie("weChatAutoLogin", 1);
|
|
|
|
- window.location.href = r.data;
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
// 头部
|
|
// 头部
|
|
var globalHead = new Vue({
|
|
var globalHead = new Vue({
|