"eladmin-common/src/main/java/me/zhengjie/utils/PageUtil.java" did not exist on "3d74dac913b049198216f7b8806c6bd0bf068faa"
Commit 1c1edc0e authored by Menethil's avatar Menethil
Browse files

默认地址修改

parent d47ebc1e
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
// 局域网测试使用 // 局域网测试使用
// var WxApiRoot = 'http://192.168.0.101:8082/wx/'; // var WxApiRoot = 'http://192.168.0.101:8082/wx/';
// 云平台部署时使用 // 云平台部署时使用
// var WxApiRoot = 'http://122.152.206.172:8082/wx/'; var WxApiRoot = 'http://122.152.206.172:8082/wx/';
// 云平台上线时使用 // 云平台上线时使用
var WxApiRoot = 'https://www.menethil.com.cn/wx/'; // var WxApiRoot = 'https://www.menethil.com.cn/wx/';
// 以下是图片存储服务器API地址 // 以下是图片存储服务器API地址
// 本机开发时使用 // 本机开发时使用
...@@ -14,9 +14,9 @@ var WxApiRoot = 'https://www.menethil.com.cn/wx/'; ...@@ -14,9 +14,9 @@ var WxApiRoot = 'https://www.menethil.com.cn/wx/';
// 局域网测试时使用 // 局域网测试时使用
// var StorageApi = 'http://192.168.0.101:8081/os/storage/create'; // var StorageApi = 'http://192.168.0.101:8081/os/storage/create';
// 云平台部署时使用 // 云平台部署时使用
// var StorageApi = 'http://122.152.206.172:8081/os/storage/create'; var StorageApi = 'http://122.152.206.172:8081/os/storage/create';
// 云平台上线时使用 // 云平台上线时使用
var StorageApi = 'https://www.menethil.com.cn/os/storage/create'; // var StorageApi = 'https://www.menethil.com.cn/os/storage/create';
module.exports = { module.exports = {
IndexUrl: WxApiRoot + 'home/index', //首页数据接口 IndexUrl: WxApiRoot + 'home/index', //首页数据接口
......
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