From 91094e0040b76cc6432e3d15373063dd2d057964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=B3=E7=90=B3=E7=BA=A2?= <1921957171@qq.com> Date: Wed, 31 Jul 2024 14:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=B2=A1=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=EF=BC=88=E6=B6=88=E6=81=AF=E8=AE=A2=E9=98=85?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- sheep/store/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index adcc17dd..d27b4ff2 100644 --- a/.env +++ b/.env @@ -5,7 +5,7 @@ SHOPRO_VERSION = v1.8.3 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://100.98.111.36:48080 ### SHOPRO_DEV_BASE_URL = http://yunai.natapp1.cc # 后端接口前缀(一般不建议调整) diff --git a/sheep/store/app.js b/sheep/store/app.js index 4ffdb092..f9465b29 100644 --- a/sheep/store/app.js +++ b/sheep/store/app.js @@ -72,7 +72,7 @@ const app = defineStore({ this.platform = { share: { methods: ["poster", "link"], - linkAddress: "http://127.0.0.1:3000", // TODO 芋艿:可以考虑改到 .env 那 + linkAddress: "http://100.98.111.36:3000", // TODO 芋艿:可以考虑改到 .env 那 posterInfo: { "user_bg": "/static/img/shop/config/user-poster-bg.png", "goods_bg": "/static/img/shop/config/goods-poster-bg.png",