flat:个人 》个体

This commit is contained in:
Apcallover
2024-03-13 09:35:02 +08:00
parent b17d44c99b
commit 0b91c24484
8 changed files with 578 additions and 578 deletions

View File

@@ -61,7 +61,7 @@ const user = {
sendTimes:getStore({//用户发送短信次数
name:'setUserSendTimes'
}) || 0,
seeEnterprise: 0, // 0 个招工 企业招工
seeEnterprise: 0, // 0 个招工 企业招工
},
actions: {
//用户点击radio按钮
@@ -180,7 +180,7 @@ const user = {
},
},
mutations: {
setEnterprise(state, val) { // 0 个招工 企业招工
setEnterprise(state, val) { // 0 个招工 企业招工
state.seeEnterprise = val;
},
SET_TOKEN: (state, token) => {