Commit fe4aad28 by liyuhang19990520

视频bug

parent 16eede82
......@@ -131,7 +131,7 @@ export default {
() => {
setTimeout(() => {
this.loginShow = true;
}, 1000);
}, 10);
}
);
},
......
......@@ -100,7 +100,7 @@ export default {
this.$bus.emit('goLogin')
} else {
this.$message.error("登陆失败");
this.$bus.emit('goLogin')
// this.$bus.emit('goLogin')
}
});
},
......
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-11-30 09:22:48
* @LastEditTime: 2021-11-30 09:28:28
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......@@ -98,7 +98,7 @@ module.exports = {
// target: "http://172.18.116.73:8099/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ ma
// target: "http://127.0.0.1:8099",
// target: "http://47.92.225.109:5602",
target: "http://www.meetfood.cn:2390/", // 湖南-线上
target: "http://www.meetfood.cn:2390", // 湖南-线上
ws: true,
changeOrigin: true,
......@@ -107,7 +107,7 @@ module.exports = {
}
},
"/login": {
target: "http://www.meetfood.cn:2390/", // 登录
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