chenlei 3 هفته پیش
والد
کامیت
561639e626
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      packages/base/src/utils.js
  2. 1 1
      packages/mobile/src/views/Scene/components/AddressPopup.vue

+ 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",
       };