code refactor

This commit is contained in:
MaysWind
2023-08-13 23:58:28 +08:00
parent 04e98e1c39
commit 7376fbe7a1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import services from '@/lib/services.js';
import services from './services.js';
export function getMobileUrlQrCodePath() {
return services.generateQrCodeUrl('mobile_url');
+1 -1
View File
@@ -1,6 +1,6 @@
import Cookies from 'js-cookie';
import { base64decode } from '@/lib/common.js';
import { base64decode } from './common.js';
const serverSettingsCookieKey = 'ebk_server_settings';