Commit 5d0f51a6 authored by shida.liu's avatar shida.liu

feat: 正确引入

parent b7ff0822
// tslint:disable // tslint:disable
import { isAndroid, isIOS, isWxMp, isApp } from '@/service/utils.service'; import { isAndroid, isIOS, isWxMp, isApp, isHarmonyOS } from '@/service/utils.service';
import localStorage from '@/service/localStorage.service'; import localStorage from '@/service/localStorage.service';
import Toast from '@qg/cherry-ui/src/toast'; import Toast from '@qg/cherry-ui/src/toast';
import { isHarmonyOS } from 'service/utils.service';
function getURLSearchParams(json) { function getURLSearchParams(json) {
if (!json) return ''; if (!json) return '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment