|
|
@@ -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() {
|