chenlei 3 veckor sedan
förälder
incheckning
561639e626

+ 1 - 1
packages/base/src/utils.js

@@ -5,7 +5,7 @@ export const BASE_URL = `${window.origin}/project/helong-memorial-hall`;
 export const getEnvImagePath = (path) => {
   return isDevelopment
     ? `http://192.168.20.245:8011${path}`
-    : `${BASE_URL}/base${path}`;
+    : `http://192.168.20.245:8011${path}`;
 };
 
 export function isMobile() {

+ 1 - 1
packages/mobile/src/views/Scene/components/AddressPopup.vue

@@ -76,7 +76,7 @@ const handleOpen = () => {
       const plan = {
         index: 0,
         name: "sandpics",
-        pic: "/img/map.png",
+        pic: "./img/map.png",
         w: "2048",
         h: "2048",
       };