Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
92e07a55
Commit
92e07a55
authored
Sep 03, 2018
by
Junling Bu
Browse files
chore[litemall-wx]: 重置默认的端口8080
parent
6da3e1bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx/config/api.js
View file @
92e07a55
// 以下是业务服务器API地址
// 本机开发时使用
var
WxApiRoot
=
'
http://localhost:808
2
/wx/
'
;
var
WxApiRoot
=
'
http://localhost:808
0
/wx/
'
;
// 局域网测试使用
// var WxApiRoot = 'http://192.168.0.101:8080/wx/';
// 云平台部署时使用
// var WxApiRoot = 'http://122.152.206.172:8080/wx/';
// 云平台上线时使用
//var WxApiRoot = 'https://www.menethil.com.cn/wx/';
//
var WxApiRoot = 'https://www.menethil.com.cn/wx/';
module
.
exports
=
{
IndexUrl
:
WxApiRoot
+
'
home/index
'
,
//首页数据接口
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment