|
@@ -102,6 +102,7 @@
|
|
import { useUserStoreWithOut } from '/@/store/modules/user';
|
|
import { useUserStoreWithOut } from '/@/store/modules/user';
|
|
import { addressKey } from '/@/api/jyUserPlatform/index';
|
|
import { addressKey } from '/@/api/jyUserPlatform/index';
|
|
import { useAppStoreWithOut } from '/@/store/modules/app';
|
|
import { useAppStoreWithOut } from '/@/store/modules/app';
|
|
|
|
+ import { useMessage } from '/@/hooks/web/useMessage';
|
|
|
|
|
|
const appStore = useAppStoreWithOut();
|
|
const appStore = useAppStoreWithOut();
|
|
|
|
|
|
@@ -120,6 +121,7 @@
|
|
const showLocale = localeStore.getShowPicker;
|
|
const showLocale = localeStore.getShowPicker;
|
|
const title = computed(() => globSetting?.title ?? '');
|
|
const title = computed(() => globSetting?.title ?? '');
|
|
function getUrlParams2() {
|
|
function getUrlParams2() {
|
|
|
|
+ const { createConfirm } = useMessage();
|
|
let url = window.location.href
|
|
let url = window.location.href
|
|
let urlStr = url.split('?')[1]
|
|
let urlStr = url.split('?')[1]
|
|
const urlSearchParams = new URLSearchParams(urlStr)
|
|
const urlSearchParams = new URLSearchParams(urlStr)
|