瀏覽代碼

图片域名

master
王露 2 年之前
父節點
當前提交
1796b60151
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      digital-park-web/digital-park/src/utils/common.js

+ 2
- 2
digital-park-web/digital-park/src/utils/common.js 查看文件

@@ -14,8 +14,8 @@ export const routerOpenInNewWindow = routerPath => {
* @returns
*/
export const formatImg = path => {
// return path ? `${process.env.VUE_APP_PARK_DOMAIN}/common/getImg?path=${path}` : "";
return path ? `http://192.168.18.236:18888/common/getImg?path=${path}` : "";
return path ? `${process.env.VUE_APP_PARK_DOMAIN}/common/getImg?path=${path}` : "";
// return path ? `http://192.168.18.236:18888/common/getImg?path=${path}` : "";
};

/**

Loading…
取消
儲存