add:init
parent
91094e0040
commit
67337fd898
2
.env
2
.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://100.98.111.36:48080
|
||||
SHOPRO_DEV_BASE_URL = http://192.168.10.68:48080
|
||||
### SHOPRO_DEV_BASE_URL = http://yunai.natapp1.cc
|
||||
|
||||
# 后端接口前缀(一般不建议调整)
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ const app = defineStore({
|
|||
this.platform = {
|
||||
share: {
|
||||
methods: ["poster", "link"],
|
||||
linkAddress: "http://100.98.111.36:3000", // TODO 芋艿:可以考虑改到 .env 那
|
||||
linkAddress: "http://192.168.31.13:3000", // TODO 芋艿:可以考虑改到 .env 那
|
||||
posterInfo: {
|
||||
"user_bg": "/static/img/shop/config/user-poster-bg.png",
|
||||
"goods_bg": "/static/img/shop/config/goods-poster-bg.png",
|
||||
|
|
|
|||
Loading…
Reference in New Issue