Commit 6cb92211 by 张超军

登视频

parent bd523126
No preview for this file type
......@@ -131,7 +131,7 @@ export default {
() => {
setTimeout(() => {
this.loginShow = true;
}, 1000);
});
}
);
},
......
......@@ -100,7 +100,6 @@ export default {
this.$bus.emit('goLogin')
} else {
this.$message.error("登陆失败");
this.$bus.emit('goLogin')
}
});
},
......
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-11-29 22:09:18
* @LastEditTime: 2021-11-30 09:27:22
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......@@ -107,7 +107,8 @@ module.exports = {
}
},
"/login": {
target: "http://192.168.128.108:8764/", // 登录
// target: "http://192.168.128.108:8764/", // 登录
target: "http://www.meetfood.cn:2390/", // 登录
ws: true,
changeOrigin: true,
pathRewrite: {
......@@ -126,8 +127,8 @@ module.exports = {
"/security": {
//target: "http://192.168.128.106:8765", // 湖南-王
target: "http://192.168.128.108:8764", // 湖南-张
// target: "http://www.meetfood.cn:2390", // 湖南-王
// target: "http://192.168.128.108:8764", // 湖南-张
target: "http://www.meetfood.cn:2390", // 湖南-王
ws: true,
changeOrigin: true,
pathRewrite: {
......
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