支付宝小程序适配
parent
50b2fcf17e
commit
1366b1fc49
4
.env
4
.env
|
|
@ -5,7 +5,7 @@ SHOPRO_VERSION=v2.4.1
|
||||||
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://172.16.10.146:48080
|
||||||
### SHOPRO_DEV_BASE_URL=http://10.171.1.188:48080
|
### SHOPRO_DEV_BASE_URL=http://10.171.1.188:48080
|
||||||
### SHOPRO_DEV_BASE_URL = http://yunai.natapp1.cc
|
### SHOPRO_DEV_BASE_URL = http://yunai.natapp1.cc
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ SHOPRO_WEBSOCKET_PATH=/infra/ws
|
||||||
SHOPRO_DEV_PORT=3000
|
SHOPRO_DEV_PORT=3000
|
||||||
|
|
||||||
# 客户端静态资源地址 空=默认使用服务端指定的CDN资源地址前缀 | local=本地 | http(s)://xxx.xxx=自定义静态资源地址前缀
|
# 客户端静态资源地址 空=默认使用服务端指定的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
|
### SHOPRO_STATIC_URL = https://file.sheepjs.com
|
||||||
|
|
||||||
# 前端 H5 访问域名
|
# 前端 H5 访问域名
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,6 @@
|
||||||
.in(vm)
|
.in(vm)
|
||||||
.select(`#fixed-${uuid}`)
|
.select(`#fixed-${uuid}`)
|
||||||
.boundingClientRect((data) => {
|
.boundingClientRect((data) => {
|
||||||
console.log('createSelectorQuery', data)
|
|
||||||
if (data != null) {
|
if (data != null) {
|
||||||
state.content = data;
|
state.content = data;
|
||||||
if (unref(props.sticky)) {
|
if (unref(props.sticky)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue