小程序配置

master
Joe 2 years ago
parent cd7ac95ad0
commit 207c5f70f7

@ -4,5 +4,5 @@ NODE_ENV = production
ENV = 'production'
# base api
VUE_APP_BASE_API = 'https://www.example.com/admin'
VUE_APP_BASE_API = 'http://litemall.51jingcheng.com/api/admin'

@ -31,7 +31,7 @@ module.exports = {
devServer: {
proxy: {
'/admin': {
target: 'http://localhost:8080'
target: 'http://litemall.51jingcheng.com/api'
},
},
port: port,

@ -1,8 +1,8 @@
litemall:
# 开发者应该设置成自己的wx相关信息
wx:
app-id: wxa5b486c6b918ecfb
app-secret: e04004829d4c383b4db7769d88dfbca1
app-id: wx1952b20af5f9683c
app-secret: b2bcfc2d3f40aedf923593350b6ed786
mch-id: 111111
mch-key: xxxxxx
notify-url: http://www.example.com/wx/order/pay-notify

Loading…
Cancel
Save