提交 e6ce4843 编写于 作者: Skyeye云's avatar Skyeye云

简易化部署配置信息

上级 2d997cb9
......@@ -4,12 +4,14 @@
* MIT Licensed
*/
var serviceIp = "127.0.0.1";
// 文件路径
var fileBasePath = "http://127.0.0.1:8081/";
var fileBasePath = "http://" + serviceIp + ":8081/";
// 接口请求地址
var reqBasePath = "http://127.0.0.1:8081/"; // 总项目
var shopBasePath = "http://127.0.0.1:8082/"; // 商城项目
var reqBasePath = "http://" + serviceIp + ":8081/"; // 总项目
var shopBasePath = "http://" + serviceIp + ":8082/"; // 商城项目
var basePath = "../../assets/lib/winui/";
var maskReqStr = '<div class="mask-req-str"><div class="cent"><i class="fa fa-spin fa-spinner fa-fw"></i><br><br><font>数据请求中</font></div></div>';
......
sysMainMation = {
"mationTitle": "skyeye云办公 作者:卫志强", // 系统名称
"messageSysUrl": "http://127.0.0.1:8084/", // 消息系统页面请求地址
"webSocketPath": "ws://127.0.0.1:8081/", // 聊天socket-开发
"homePagePath": "http://127.0.0.1:8080/", // 前台工程访问地址
"messageSysUrl": "http://" + serviceIp + ":8084/", // 消息系统页面请求地址
"webSocketPath": "ws://" + serviceIp + ":8081/", // 聊天socket-开发
"homePagePath": "http://" + serviceIp + ":8080/", // 前台工程访问地址
"copyright": 'skyeye云系列 | Copyright © 2018~2022 | author:卫志强 | 开源版地址:<a href="https://gitee.com/doc_wei01/skyeye" target="_blank">skyeye</a>' // 版权信息
};
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册