|
|
@@ -298,12 +298,12 @@ export default {
|
|
|
that.setUserShopAll()
|
|
|
// #ifdef APP-PLUS
|
|
|
//保存安卓的clientId
|
|
|
- let hasClientId = !that.$util.isEmpty(subRes.data.admin.clientId) ? subRes.data.admin.clientId : ''
|
|
|
- const clientInfo = plus.push.getClientInfo()
|
|
|
- let currentClientId = !that.$util.isEmpty(clientInfo.clientid) ? clientInfo.clientid : ''
|
|
|
- if(hasClientId == '' || hasClientId != currentClientId){
|
|
|
- replaceClientId({id:currentClientId})
|
|
|
- }
|
|
|
+ // let hasClientId = !that.$util.isEmpty(subRes.data.admin.clientId) ? subRes.data.admin.clientId : ''
|
|
|
+ // const clientInfo = plus.push.getClientInfo()
|
|
|
+ // let currentClientId = !that.$util.isEmpty(clientInfo.clientid) ? clientInfo.clientid : ''
|
|
|
+ // if(hasClientId == '' || hasClientId != currentClientId){
|
|
|
+ // replaceClientId({id:currentClientId})
|
|
|
+ // }
|
|
|
// #endif
|
|
|
|
|
|
}
|