|
|
@@ -175,7 +175,10 @@
|
|
|
import { useMessage } from '/@/hooks/web/useMessage';
|
|
|
import shareImage from '/@/assets/images/share.png';
|
|
|
import Ping from 'ping.js';
|
|
|
+ // import { useAppStore } from '/@/store/modules/app';
|
|
|
|
|
|
+ // const { setPageLoading } = useAppStore();
|
|
|
+ // setPageLoading(false);
|
|
|
const { t } = useI18n();
|
|
|
const router = useRouter();
|
|
|
import { useLocaleStore } from '/@/store/modules/locale';
|
|
|
@@ -324,7 +327,7 @@
|
|
|
setDefaultCenter();
|
|
|
createMessage.open({
|
|
|
type: 'warning',
|
|
|
- content: '当前项目暂没场景',
|
|
|
+ content: t('layout.map.searchEmptyProjectTip'),
|
|
|
duration: 2000,
|
|
|
style: {
|
|
|
marginTop: '10vh',
|