sgxt_web/src/settings.js
2025-04-12 14:54:02 +08:00

89 lines
2.6 KiB
JavaScript

/*
* @Author: your name
* @Date: 2020-08-19 11:11:34
* @LastEditTime: 2020-10-23 11:54:44
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \formWebe:\JiongRen\SVN\泸州绵阳智慧巡防\代码管理\web前端\src\settings.js
*/
module.exports = {
title: '',
webSocketURL: 'ws://80.155.0.82:8088/xzSocket',
// mapAppKey:'89537038b1bd496ab88881db9b3e9729',
// mapAappUserId:'admin',
// 开发时候的服务请求地址
// serveURL_dev: 'http://192.168.0.174:8088',
serveURL_dev: '',
// 生产环境服务请求地址
serveURL_prod: '/api/',
// 照片外部请求地址
photoURL: 'http://10.64.201.128:2366/xlpcAdminNew/kkpcPczqZp/zpShowByid.jpg?id=',
// 民警照片外部请求地址
photoMjURL: 'http://10.64.201.128:2366/xlpcAdminNew/kkpcPckkRyxxb/ryzpByUserid.jpg?userid=',
//民警头像照片请求地址
// imgMjURL: "",
imgMjURL: 'http://10.68.0.239:3030/dispatchWarning/third/photo',
// 全国常住人口服务请求地址
czrkURL: 'http://10.64.201.128:10101/queryservice/requestservice/czrk/queryDetail',
// 常住人口照片请求地址
czrkPhotoURL: 'http://10.64.201.128:2366/xlpcAdminNew/requestservice/czrk/ryxp.jpg?sfzh=',
// 地址转发请求接口
ZHJMXF_URL: "", // http://80.75.112.18:8088/
//ZHJMXF_URL: "http://80.13.100.80:8088/",
// 巡组报告请求接口(测试)
XZ_REPORT_URL: "http://80.75.112.18:8880/clpc", //http://80.75.112.18:8880/clpc
// 考核模块请求接口(测试)
ASSESS_SCORE_URL: "http://80.75.112.18:8880/clpc", //http://80.75.112.18:8880/clpc
// 项目得分权限人员
xmAuth: [{
name: '黄勇',
userId: '513523198303260215'
},
{
name: '张远志',
userId: '510502196702020717'
}
],
// 大数据综合档案
zhdanRd_URL: "http://10.68.0.239/third/rd",
zhdanCd_URL: "http://10.68.0.239/third/cd",
/**
* @type {boolean} true | false
* @description Whether show the settings right-panel
*/
showSettings: false,
/**
* @type {boolean} true | false
* @description Whether need tagsView
*/
tagsView: false,
/**
* @type {boolean} true | false
* @description Whether fix the header
*/
fixedHeader: false,
/**
* @type {boolean} true | false
* @description Whether show the logo in sidebar
*/
sidebarLogo: false,
/**
* @type {string | array} 'production' | ['production', 'development']
* @description Need show err logs component.
* The default is only used in the production env
* If you want to also use it in dev, you can pass ['production', 'development']
*/
errorLog: 'production'
}