diff --git a/uni-app/src/App.vue b/uni-app/src/App.vue index 441388fbb..f5c554ef2 100644 --- a/uni-app/src/App.vue +++ b/uni-app/src/App.vue @@ -7,9 +7,9 @@ import useConfigStore from '@/stores/config' import useSystemStore from '@/stores/system' import { useLogin } from '@/hooks/useLogin' import { useShare } from '@/hooks/useShare' - +import { useLocation } from '@/hooks/useLocation' +const locationVal = useLocation(true); onLaunch((data: any) => { - // 添加初始化拦截器 launchInterceptor() const systemStore = useSystemStore() diff --git a/uni-app/src/addon/components/diy/group/index.vue b/uni-app/src/addon/components/diy/group/index.vue index c2c099878..a1f0afb90 100644 --- a/uni-app/src/addon/components/diy/group/index.vue +++ b/uni-app/src/addon/components/diy/group/index.vue @@ -1,139 +1,160 @@