修改文件夹名称后优化调用

dianlixunjian
刘妍 2024-07-09 17:53:59 +08:00
parent 204f6326eb
commit df2e286e52
2 changed files with 4 additions and 4 deletions

View File

@ -43,8 +43,8 @@
import { columns, searchFormSchema } from './illegaltreatment.data';
import { getAppEnvConfig } from '@/utils/env';
import axios from 'axios';
import ShowInfoModal from '@/views/demo/bootstraps/curbspotcity/MapList/ShowInfoModal/index.vue';
import { getCaseInfoById } from '@/api/bootstraps/index';
import ShowInfoModal from '@/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue';
import { getCaseInfoById } from '@/api/tiankongdi/index';
const { VITE_GLOB_API_URL } = getAppEnvConfig();

View File

@ -43,8 +43,8 @@
import { columns, searchFormSchema } from './patchsummary.data';
import { getAppEnvConfig } from '@/utils/env';
import axios from 'axios';
import ShowInfoModal from '@/views/demo/bootstraps/curbspotcity/MapList/ShowInfoModal/index.vue';
import { getCaseInfoById } from '@/api/bootstraps/index';
import ShowInfoModal from '@/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue';
import { getCaseInfoById } from '@/api/tiankongdi/index';
const { VITE_GLOB_API_URL } = getAppEnvConfig();