This commit is contained in:
wangjiahai
2023-11-24 15:12:40 +08:00
parent d37139134c
commit 5d401317e2
2 changed files with 88 additions and 2 deletions

View File

@@ -6,8 +6,8 @@
* loginTimeoutPage = "/pages/login/index", // 登录超时或失效的情况下,跳转到的登录页面
*/
module.exports = {
baseUrl: 'http://192.168.2.109:7201',
// baseUrl: 'https://jianguan.yyundong.com',
baseUrl: 'http://192.168.2.112:7201',
// baseUrl: 'https://supervise.yxtsoft.com/lpkapi',
// baseUrl: 'http://jianguan.yyundong.com/api',
tokenName: "Authorization", // 请求头中token的名字与服务器端对应
loginTimeoutCode: "5001", // 登录超时或失效的情况下,服务器端返回的错误码