获取anti_content完成
This commit is contained in:
@@ -20,7 +20,7 @@ export default {
|
||||
this.$router.push('/login')
|
||||
} else {
|
||||
this.$store.dispatch('getUserInfo');
|
||||
sendChromeAPIMessage({url: 'bg/quiet/api/mms/userInfo', needMallId: false, data: {}}).then((res) => {
|
||||
sendChromeAPIMessage({url: 'bg/quiet/api/mms/userInfo',anti:true, needMallId: false, data: {}}).then((res) => {
|
||||
if (res.errorCode == 1000000) {
|
||||
if (res.result.companyList[0].malInfoList.length == 1) {
|
||||
this.$store.commit('setMallId', `${res.result.companyList[0].malInfoList[0].mallId}`)
|
||||
|
||||
Reference in New Issue
Block a user