update 删除多租户功能

This commit is contained in:
疯狂的狮子Li
2026-03-13 16:11:00 +08:00
parent 0dc58fa3c6
commit e3227f5cc5
25 changed files with 18 additions and 1166 deletions
+1 -2
View File
@@ -58,7 +58,6 @@
<script setup lang="ts">
import { authUnlock, authRouterUrl } from '@/api/system/social/auth';
import { propTypes } from '@/utils/propTypes';
import { useUserStore } from '@/store/modules/user';
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
@@ -84,7 +83,7 @@ const unlockAuth = (row: any) => {
};
const authUrl = (source: string) => {
authRouterUrl(source, useUserStore().tenantId).then((res: any) => {
authRouterUrl(source).then((res: any) => {
if (res.code === 200) {
window.location.href = res.data;
} else {