pull/1414/head
smily 2 years ago
parent 875ff8fac1
commit 69706f8c45

@ -107,5 +107,8 @@
"browserslist": [
"> 1%",
"last 2 versions"
]
],
"rules": {
"no-unused-vars": "off"
}
}

@ -158,7 +158,9 @@ export default {
});
},
handleLogin() {
console.log('111111')
this.$refs.loginForm.validate((valid) => {
console.log('22222', valid)
if (valid) {
this.loading = true;
this.$store

@ -35,7 +35,7 @@ module.exports = {
},
proxy: {
'/hippo4j/v1/cs': {
target: `http://127.0.0.1:6691/hippo4j/v1/cs`,
target: `http://console.hippo4j.cn:6691/hippo4j/v1/cs`,
changOrigin: true,
secure: false,
pathRewrite: {

Loading…
Cancel
Save