mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
code refactor
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
import services from '@/lib/services.js';
|
import services from './services.js';
|
||||||
|
|
||||||
export function getMobileUrlQrCodePath() {
|
export function getMobileUrlQrCodePath() {
|
||||||
return services.generateQrCodeUrl('mobile_url');
|
return services.generateQrCodeUrl('mobile_url');
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import Cookies from 'js-cookie';
|
import Cookies from 'js-cookie';
|
||||||
|
|
||||||
import { base64decode } from '@/lib/common.js';
|
import { base64decode } from './common.js';
|
||||||
|
|
||||||
const serverSettingsCookieKey = 'ebk_server_settings';
|
const serverSettingsCookieKey = 'ebk_server_settings';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user