获取anti_content完成

This commit is contained in:
2023-08-17 02:41:13 +08:00
parent e22a2b8910
commit d1de8a2379
4 changed files with 3588 additions and 1410 deletions

View File

@@ -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}`)