From 1366b1fc49e004304d25fecdf1b373efb5523037 Mon Sep 17 00:00:00 2001 From: yunlongn Date: Thu, 27 Nov 2025 10:47:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 ++-- sheep/ui/su-fixed/su-fixed.vue | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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)) {