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

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

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

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

Loading…
Cancel
Save