Commit e2422930 authored by 刘殿昕's avatar 刘殿昕

修改returnurl

parent 639a1b45
......@@ -172,7 +172,7 @@ export default {
gotopage(n) {
if (n == "logout") {
let query = {
returnUrl: this.$route.path
returnUrl: "/apaas/ui/#" + this.$route.path
};
this.$api.general.logout(query).then(response => {
if (response.data.success == 1) {
......
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