code refactor

This commit is contained in:
MaysWind
2023-07-09 11:12:39 +08:00
parent 386aa0adc1
commit c5c9ed24c3
4 changed files with 15 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
import services from '@/lib/services.js';
export function getMobileUrlQrCodePath() {
return services.generateQrCodeUrl('mobile_url');
}