flat:暂存
This commit is contained in:
@@ -147,7 +147,7 @@ export default {
|
|||||||
let params = {
|
let params = {
|
||||||
...this.loginForm,
|
...this.loginForm,
|
||||||
username: "admin",
|
username: "admin",
|
||||||
password: "admin",
|
password: "111111",
|
||||||
ticket: this.ticket
|
ticket: this.ticket
|
||||||
}
|
}
|
||||||
this.ByUsernameCallback(params)
|
this.ByUsernameCallback(params)
|
||||||
@@ -173,7 +173,9 @@ export default {
|
|||||||
this.$store.dispatch('jlHelpShow', false)
|
this.$store.dispatch('jlHelpShow', false)
|
||||||
this.$router.push({ path: this.tagWel.value });
|
this.$router.push({ path: this.tagWel.value });
|
||||||
loading.close();
|
loading.close();
|
||||||
|
this.proLoading = false
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
|
this.proLoading = false
|
||||||
loading.close();
|
loading.close();
|
||||||
this.refreshCode();
|
this.refreshCode();
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ module.exports = {
|
|||||||
port: 1888,
|
port: 1888,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
target: 'http://10.165.0.173:8000',
|
target: 'http://192.168.3.215:8000',
|
||||||
ws: true,
|
ws: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user