Commit b13d50ae authored by 赵啸非's avatar 赵啸非

修改so加载路径

parent a190137a
......@@ -14,10 +14,13 @@ export default {
console.log("token",token)
console.log("siteid",siteid)
if (token) {
console.log(111)
window.sessionStorage.setItem("token", token);
window.sessionStorage.setItem("siteid", siteid);
this.$router.push("/index"); // 有token直接跳转首页
} else {
console.log(222)
this.$message({
message: "没有权限,正在跳转登录页面...",
center: true,
......
......@@ -17,7 +17,7 @@ module.exports = {
hot: true,//自动保存
proxy: {
'/attendance': {
target: 'http://192.168.0.98:11039',
target: 'http://192.168.0.124:17',
// target: 'http://112.19.80.237:11039',
// target: 'http://localhost:17500',
changeOrigin: true,
......
......@@ -78,11 +78,13 @@ public class HikDoorServiceImpl extends AbstractHikService implements IHikDoorSe
struAcsEventCond.read();
struAcsEventCond.dwSize = struAcsEventCond.size();
//查询全部主次类型的报警
struAcsEventCond.dwMajor = 0; // 主次事件类型设为0,代表查询所有事件
struAcsEventCond.dwMajor = 5; // 主次事件类型设为0,代表查询所有事件
struAcsEventCond.dwMinor = 0; //
Date startTime = hikDoorEventReq.getStartTime();
log.info("searchDoorEventsList req==>{}", JSON.toJSONString(hikDoorEventReq));
Date startTime = hikDoorEventReq.getStartTime();
Date endTime = hikDoorEventReq.getEndTime();
//开始时间
......
......@@ -3,7 +3,7 @@
"baseUrl": "http://127.0.0.1:17500/attendance"
},
"test": {
"baseUrl": "http://192.168.0.98:11039/attendance",
"baseUrl": "http://192.168.0.124:17214/attendance",
"baseLogin": "http://192.168.0.98:11078/base"
},
"yibin": {
......
Markdown is supported
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