mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-16 18:57:15 +08:00
fix: 修复部分错误
This commit is contained in:
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@@ -11,7 +11,7 @@ interface Options {
|
|||||||
export interface LabelValueState {
|
export interface LabelValueState {
|
||||||
label: string
|
label: string
|
||||||
value: any
|
value: any
|
||||||
extend?: string
|
extra?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 字典类型 */
|
/** 字典类型 */
|
||||||
|
@@ -82,8 +82,8 @@ http.interceptors.response.use(
|
|||||||
async onOk() {
|
async onOk() {
|
||||||
NProgress.done()
|
NProgress.done()
|
||||||
const userStore = useUserStore()
|
const userStore = useUserStore()
|
||||||
userStore.logoutCallBack()
|
await userStore.logoutCallBack()
|
||||||
router.replace('/login')
|
await router.replace('/login')
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
@@ -472,8 +472,7 @@ const onOauth = async (source: string) => {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mode:hover,
|
.mode:hover {
|
||||||
.mode svg:hover {
|
|
||||||
background: rgba(var(--primary-6), 0.05);
|
background: rgba(var(--primary-6), 0.05);
|
||||||
border: 1px solid rgb(var(--primary-3));
|
border: 1px solid rgb(var(--primary-3));
|
||||||
color: rgb(var(--arcoblue-6));
|
color: rgb(var(--arcoblue-6));
|
||||||
|
Reference in New Issue
Block a user