Commit 9de5199c authored by Junling Bu's avatar Junling Bu
Browse files

update[litemall-wx]: 调整微信后台服务对应的对象存储地址。

parent 1f5ed1ba
......@@ -8,11 +8,11 @@
// 以下是图片存储服务器API地址
// 本机开发时使用
// var StorageApi = 'http://localhost:8081/storage/storage/create';
// var StorageApi = 'http://localhost:8081/os/storage/create';
// 局域网测试时使用
// var StorageApi = 'http://192.168.0.101:8081/storage/storage/create';
// var StorageApi = 'http://192.168.0.101:8081/os/storage/create';
// 云平台部署时使用
var StorageApi = 'http://122.152.206.172:8081/storage/storage/create';
var StorageApi = 'http://122.152.206.172:8081/os/storage/create';
module.exports = {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment