diff --git a/.env.development b/.env.development index 62310f2..88fc111 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -VUE_APP_API_BASE_URL=http://192.168.31.166:46000 -VUE_APP_USER_MODEL2=AdminUser -VUE_APP_USER_MODEL=BaseAdmin \ No newline at end of file +VUE_APP_API_BASE_URL=http://zxx4.f3322.net:46000 +VUE_APP_USER_MODEL=AdminUser +VUE_APP_USER_MODEL2=BaseAdmin \ No newline at end of file diff --git a/src/layouts/header/HeaderAvatar.vue b/src/layouts/header/HeaderAvatar.vue index 98eef57..7820ec4 100644 --- a/src/layouts/header/HeaderAvatar.vue +++ b/src/layouts/header/HeaderAvatar.vue @@ -84,6 +84,7 @@ export default { token: result.data.access_token, access_expire: result.data.access_expire, uid: result.data.uid, + closeOthers : true, msg: "切换成功" }); });