|
@@ -167,7 +167,7 @@ const mapEl = ref<HTMLDivElement>();
|
|
|
let AMap, map;
|
|
|
const domain = location.protocol + "//" + location.host;
|
|
|
|
|
|
-const queryURL = `${domain}/api/fusion/web/fireProject/queryProject`;
|
|
|
+const queryURL = `${domain}/fusion/web/fireProject/queryProject`;
|
|
|
|
|
|
axios.get(getSysSetting).then((data) => {
|
|
|
const { themeColour } = data.data;
|