|
|
@@ -166,8 +166,16 @@ const request = axios.create({
|
|
|
const mapEl = ref<HTMLDivElement>();
|
|
|
let AMap, map;
|
|
|
const domain = location.protocol + "//" + location.host;
|
|
|
+let queryURL =''
|
|
|
+
|
|
|
+if(String(location.pathname).includes('criminal')){
|
|
|
+ queryURL = `${domain}/fusion/case/list`;
|
|
|
+
|
|
|
+}else{
|
|
|
+ queryURL = `${domain}/fusion/web/fireProject/queryProject`;
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
-const queryURL = `${domain}/fusion/web/fireProject/queryProject`;
|
|
|
|
|
|
axios.get(getSysSetting).then((data) => {
|
|
|
const { themeColour } = data.data;
|