fix:提交修复6个问题
This commit is contained in:
@@ -2,13 +2,10 @@ import { createContext, useCallback, useContext, useEffect, useState, type React
|
||||
import { toAppPath } from '@dukang/weixin-sdk';
|
||||
import { clearAuth, isLoggedIn, request } from '../lib/api';
|
||||
|
||||
export type PartnerAccount = {
|
||||
id: string;
|
||||
name: string;
|
||||
phone: string;
|
||||
isPrimary?: boolean;
|
||||
companyName?: string;
|
||||
hasWechat?: boolean;
|
||||
import type { PartnerMe, PartnerStaffRole } from '@dukang/shared-types';
|
||||
|
||||
export type PartnerAccount = PartnerMe & {
|
||||
staffRole?: PartnerStaffRole;
|
||||
};
|
||||
|
||||
type PartnerSessionValue = {
|
||||
|
||||
Reference in New Issue
Block a user