Browse Source

feat: save

gemercheung 7 months ago
parent
commit
b6b2a6c026
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/map/App.vue

+ 1 - 1
src/app/map/App.vue

@@ -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;