Commit dfd2d2c6 by 米嘉伟

Merge branch 'dev_zwpt' of http://39.99.224.27:9022/changchao/founder_vue into dev_zwpt

parents cafe1d34 fbcbe055
...@@ -231,6 +231,7 @@ export default { ...@@ -231,6 +231,7 @@ export default {
methods: { methods: {
// 登录 // 登录
login(userinfo) { login(userinfo) {
debugger
let me = this let me = this
me.btnLoading = true me.btnLoading = true
this.$axios({ this.$axios({
......
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-09-07 09:57:48 * @Date: 2021-09-07 09:57:48
* @LastEditTime: 2022-06-16 17:33:25 * @LastEditTime: 2022-06-17 17:35:44
* @LastEditors: error: git config user.name && git config user.email & please set dead value or install git * @LastEditors: error: git config user.name && git config user.email & please set dead value or install git
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js * @FilePath: \指纹系统\founder_vue\vue.config.js
...@@ -112,7 +112,7 @@ module.exports = { ...@@ -112,7 +112,7 @@ module.exports = {
proxy: { proxy: {
'/api': { '/api': {
// target: "http://192.168.0.137:8080/", // 统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ // target: "http://192.168.0.137:8080/", // 统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/
// target: "http://172.18.108.98:8099/", // 张 认定 target: "http://172.18.108.98:8099/", // 张 认定
// target: "http://172.18.110.145:8099/", // 张 认定 // target: "http://172.18.110.145:8099/", // 张 认定
// target: "http://192.168.0.104:8099", // 湖南-马 // target: "http://192.168.0.104:8099", // 湖南-马
// target: "http://192.168.128.1136:8099", // 湖南-王 // target: "http://192.168.128.1136:8099", // 湖南-王
...@@ -127,7 +127,7 @@ module.exports = { ...@@ -127,7 +127,7 @@ module.exports = {
// target: "http://192.168.0.109:8099", // 西藏 张 // target: "http://192.168.0.109:8099", // 西藏 张
// target: "http://192.168.0.143:8099", // 西藏 马 // target: "http://192.168.0.143:8099", // 西藏 马
// target: "http://192.168.0.130:8099", // 西藏 刘 // target: "http://192.168.0.130:8099", // 西藏 刘
target: "http://172.18.109.63:8099", // 北京 张 // target: "http://172.18.109.63:8099", // 北京 张
// target: "http://8.144.175.212:8099", // 北京 // target: "http://8.144.175.212:8099", // 北京
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
...@@ -137,14 +137,14 @@ module.exports = { ...@@ -137,14 +137,14 @@ module.exports = {
}, },
'/security': { '/security': {
// target: "http://192.168.128.106:8765", // 湖南-王 // target: "http://192.168.128.106:8765", // 湖南-王
// target: "http://172.18.108.98:8765/", // 张 认定 target: "http://172.18.108.98:8765/", // 张 认定
// target: "http://www.meetfood.cn:2390", // 湖南-王 // target: "http://www.meetfood.cn:2390", // 湖南-王
// target: 'http://zwpt.xzclub.top:9333/', // target: 'http://zwpt.xzclub.top:9333/',
// target: "http://192.168.128.109:8765", // target: "http://192.168.128.109:8765",
// target: "http://172.18.109.63:8765", // 北京 张 // target: "http://172.18.109.63:8765", // 北京 张
// target: "http://192.168.0.165:8765", // 西藏 马 // target: "http://192.168.0.165:8765", // 西藏 马
// target: "http://192.168.0.107:8765", // 西藏 张 // target: "http://192.168.0.107:8765", // 西藏 张
target: "http://172.18.109.63:8765", // 北京 张 // target: "http://172.18.109.63:8765", // 北京 张
// target: "http://8.144.175.212:8765", // 北京 // target: "http://8.144.175.212:8765", // 北京
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
......
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