mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化业主版
This commit is contained in:
parent
294a68a5f6
commit
20d943e108
@ -82,8 +82,9 @@ export function actionRefreshToken(that) {
|
|||||||
});
|
});
|
||||||
}, function(error) { //回话过期
|
}, function(error) { //回话过期
|
||||||
console.log('回话已经过期');
|
console.log('回话已经过期');
|
||||||
|
let _redirectUrl = conf.mallUrl + '/#/pages/mallTokenRefresh/mallTokenRefresh'
|
||||||
let _hasOwnerUrl = window.location.origin+'/#/pages/hcWebViewRefresh/hcWebViewRefresh?java110Id='+uuid();
|
let _hasOwnerUrl = window.location.origin+'/#/pages/hcWebViewRefresh/hcWebViewRefresh?java110Id='+uuid();
|
||||||
let _mallAuthUrl = conf.mallUrl+"/app/userAuth/mallUserRefreshToken?redirectUrl="+conf.mallUrl;
|
let _mallAuthUrl = conf.mallUrl+"/app/userAuth/mallUserRefreshToken?redirectUrl="+_redirectUrl;
|
||||||
wechatRefreshToken(_mallAuthUrl, '0', _hasOwnerUrl);
|
wechatRefreshToken(_mallAuthUrl, '0', _hasOwnerUrl);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -209,7 +209,7 @@
|
|||||||
/* #ifdef H5 */
|
/* #ifdef H5 */
|
||||||
.header_fixed {
|
.header_fixed {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 80upx;
|
top: 0upx;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|||||||
@ -248,9 +248,10 @@
|
|||||||
}
|
}
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifdef H5 */
|
/* #ifdef H5 */
|
||||||
|
/**top: 80upx;**/
|
||||||
.header_fixed {
|
.header_fixed {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 80upx;
|
top: 0upx;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|||||||
@ -181,9 +181,10 @@
|
|||||||
|
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifdef H5 */
|
/* #ifdef H5 */
|
||||||
|
/** //top: 80upx; **/
|
||||||
.header_fixed {
|
.header_fixed {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 80upx;
|
top: 0upx;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user