注释没有的接口(消息订阅)

pull/100/head
岳琳红 2024-07-31 14:49:05 +08:00 committed by 痴货
parent d1681ec2d5
commit 91094e0040
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -5,7 +5,7 @@ SHOPRO_VERSION = v1.8.3
SHOPRO_BASE_URL = http://api-dashboard.yudao.iocoder.cn SHOPRO_BASE_URL = http://api-dashboard.yudao.iocoder.cn
# 后端接口 - 测试环境(通过 process.env.NODE_ENV = development # 后端接口 - 测试环境(通过 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 ### SHOPRO_DEV_BASE_URL = http://yunai.natapp1.cc
# 后端接口前缀(一般不建议调整) # 后端接口前缀(一般不建议调整)

View File

@ -72,7 +72,7 @@ const app = defineStore({
this.platform = { this.platform = {
share: { share: {
methods: ["poster", "link"], methods: ["poster", "link"],
linkAddress: "http://127.0.0.1:3000", // TODO 芋艿:可以考虑改到 .env 那 linkAddress: "http://100.98.111.36:3000", // TODO 芋艿:可以考虑改到 .env 那
posterInfo: { posterInfo: {
"user_bg": "/static/img/shop/config/user-poster-bg.png", "user_bg": "/static/img/shop/config/user-poster-bg.png",
"goods_bg": "/static/img/shop/config/goods-poster-bg.png", "goods_bg": "/static/img/shop/config/goods-poster-bg.png",