mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
import services from './services.js';
|
|
|
|
export function getMobileUrlQrCodePath() {
|
|
return services.generateQrCodeUrl('mobile_url');
|
|
}
|