fix
This commit is contained in:
parent
73b5c12927
commit
318759cfa4
5 changed files with 13 additions and 15 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import { $i } from '@/account';
|
||||
import { i18n } from '@/i18n';
|
||||
import { dialog } from '@/os';
|
||||
import { alert } from '@/os';
|
||||
|
||||
export function pleaseLogin() {
|
||||
if ($i) return;
|
||||
|
||||
dialog({
|
||||
alert({
|
||||
title: i18n.locale.signinRequired,
|
||||
text: null
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue