完成岗位和权限管理,备份到gitee
parent
9bb2391a14
commit
5b147bafaa
|
@ -142,6 +142,12 @@ export default {
|
|||
type: "success",
|
||||
duration: 2000,
|
||||
});
|
||||
} else {
|
||||
this.$message({
|
||||
message: res.code + " " + res.msg,
|
||||
type: "error",
|
||||
duration: 2000,
|
||||
});
|
||||
}
|
||||
},
|
||||
(err) => {
|
||||
|
|
|
@ -38,8 +38,8 @@ module.exports = {
|
|||
},
|
||||
proxy: {
|
||||
'/': {
|
||||
target: 'http://127.0.0.1:4523/m1/1256020-0-default/',
|
||||
// target: 'http://192.168.31.102:8000',
|
||||
// target: 'http://127.0.0.1:4523/m1/1256020-0-default/',
|
||||
target: 'http://192.168.31.102:8000',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue