diff --git a/.env b/.env index 03dd89b7..9c7c9a7e 100644 --- a/.env +++ b/.env @@ -5,7 +5,7 @@ SHOPRO_VERSION=v2.4.1 SHOPRO_BASE_URL=http://api-dashboard.yudao.iocoder.cn # 后端接口 - 测试环境(通过 process.env.NODE_ENV = development) -SHOPRO_DEV_BASE_URL=http://127.0.0.1:48080 +SHOPRO_DEV_BASE_URL=http://172.16.10.146:48080 ### SHOPRO_DEV_BASE_URL=http://10.171.1.188:48080 ### SHOPRO_DEV_BASE_URL = http://yunai.natapp1.cc @@ -22,7 +22,7 @@ SHOPRO_WEBSOCKET_PATH=/infra/ws SHOPRO_DEV_PORT=3000 # 客户端静态资源地址 空=默认使用服务端指定的CDN资源地址前缀 | local=本地 | http(s)://xxx.xxx=自定义静态资源地址前缀 -SHOPRO_STATIC_URL=http://test.yudao.iocoder.cn +SHOPRO_STATIC_URL=https://gitee.com/yudaocode/yudao-demo/raw/master/yudao-static/mall ### SHOPRO_STATIC_URL = https://file.sheepjs.com # 前端 H5 访问域名 diff --git a/sheep/ui/su-fixed/su-fixed.vue b/sheep/ui/su-fixed/su-fixed.vue index 338bd66c..e2a98088 100644 --- a/sheep/ui/su-fixed/su-fixed.vue +++ b/sheep/ui/su-fixed/su-fixed.vue @@ -154,7 +154,6 @@ .in(vm) .select(`#fixed-${uuid}`) .boundingClientRect((data) => { - console.log('createSelectorQuery', data) if (data != null) { state.content = data; if (unref(props.sticky)) {