优化业主版

This commit is contained in:
java110 2021-06-25 12:29:14 +08:00
parent 294a68a5f6
commit 20d943e108
4 changed files with 7 additions and 4 deletions

View File

@ -82,8 +82,9 @@ export function actionRefreshToken(that) {
});
}, function(error) { //回话过期
console.log('回话已经过期');
let _redirectUrl = conf.mallUrl + '/#/pages/mallTokenRefresh/mallTokenRefresh'
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);
});
}

View File

@ -209,7 +209,7 @@
/* #ifdef H5 */
.header_fixed {
position: fixed;
top: 80upx;
top: 0upx;
left: 0;
width: 100%;
z-index: 2;

View File

@ -248,9 +248,10 @@
}
/* #endif */
/* #ifdef H5 */
/**top: 80upx;**/
.header_fixed {
position: fixed;
top: 80upx;
top: 0upx;
left: 0;
width: 100%;
z-index: 2;

View File

@ -181,9 +181,10 @@
/* #endif */
/* #ifdef H5 */
/** //top: 80upx; **/
.header_fixed {
position: fixed;
top: 80upx;
top: 0upx;
left: 0;
width: 100%;
z-index: 2;