gemercheung 1 год назад
Родитель
Сommit
774351fd7a
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      src/views/map/index.vue

+ 4 - 1
src/views/map/index.vue

@@ -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',