取消订阅新加条件

This commit is contained in:
X1627315083
2025-11-13 13:19:03 +08:00
parent c85d69bdf0
commit 56c7a222cf
6 changed files with 8 additions and 8 deletions

View File

@@ -266,7 +266,6 @@ const userHabit : Module<UserHabit,RootState> = {
// data.systemUser = 0
state.userDetail.affiliate = data.affiliate
state.userDetail.systemUser = data.systemUser
// state.userDetail.systemUser = 3
// 身份列表1可以使用aida系统2:可以使用affiliate页面3系统管理员用户
state.userDetail.systemList = []
if(data.systemUser != 0)state.userDetail.systemList.push(1)

View File

@@ -106,6 +106,10 @@ const Workspace: Module<DesignDetail, RootState> = {
model: [] //模特
}
},
createProjectPath(state){
state.projectPath = ''
state.cachedRoutes = []
},
setProjectPath(state, path) {
state.projectPath = path
}