diff --git a/src/main.js b/src/main.js index 2ac00e9..800648c 100644 --- a/src/main.js +++ b/src/main.js @@ -2,6 +2,7 @@ import { setJJBCommonAntdMessage } from "@cqsjjb/jjb-common-lib"; import { setup } from "@cqsjjb/jjb-dva-runtime"; import { message } from "antd"; import dayjs from "dayjs"; +import { getFileUrlFromServer } from "zy-react-library/utils"; import "dayjs/locale/zh-cn"; import "../blessed_by_buddha"; @@ -11,7 +12,7 @@ require("./styles/search-actions-right.less"); dayjs.locale("zh-cn"); setJJBCommonAntdMessage(message); - +getFileUrlFromServer(); window.mapLongitude = "119.69457721306945"; window.mapLatitude = "39.940504336846665";